diff --git a/HISTORY.rst b/HISTORY.rst index c77148a..5623962 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -1.0b2 (unreleased) +1.0b2 (2018-04-20) ------------------ - Add a parameter to use the testing environment of the Payment service. diff --git a/setup.py b/setup.py index cad58d2..b6936c1 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/codesyntax/pymipago', - version='1.0b2.dev0', + version='1.0b2', zip_safe=False, )