diff --git a/CHANGES.rst b/CHANGES.rst index 91f4ea7..01aefcd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -2.0.1 (unreleased) +2.0.1 (2019-10-30) ================== - Update pt_BR translation diff --git a/setup.py b/setup.py index c87a3cd..264fef6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import os -version = '2.1.dev0' +version = '2.0.1' long_description = ( open('README.rst').read() + '\n' + open(os.path.join('docs', 'INSTALL.txt')).read() + '\n' +