diff --git a/CHANGES.rst b/CHANGES.rst index 895a2eef..468cb9ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -1.8.2 (unreleased) +1.8.2 (2018-07-26) ------------------ Bug fixes: diff --git a/setup.py b/setup.py index 30937b8b..502a335e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def read(*rnames): return open(os.path.join(os.path.dirname(__file__), *rnames)).read() -version = '1.8.2.dev0' +version = '1.8.2' long_description = ( read('README.rst') + '\n' +