diff --git a/ChangeLog b/ChangeLog index 898b063c..f9635a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/docs/source/conf.py b/docs/source/conf.py index ed760631..505cce03 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index ce22c924..cddcfb35 100644 --- a/setup.py +++ b/setup.py @@ -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