Skip to content

Commit

Permalink
conf: Increase version to 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Sep 21, 2019
1 parent 6a714bd commit 169f9e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[next]
[0.18.2]

* cipher: Increase test coverage and fix minor bugs.
* tests: Do not assume that havege is missing as it could be included
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Mathias Laurin"

# The full version, including alpha/beta/rc tags
release = "0.18.1"
release = "0.18.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup, Extension, find_packages

version = "0.18.1"
version = "0.18.2"
download_url = "https://github.com/Synss/python-mbedtls/tarball/%s" % version


Expand Down

0 comments on commit 169f9e5

Please sign in to comment.