diff --git a/HISTORY.rst b/HISTORY.rst index 6615a50..3532d0a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -1.0b5 (unreleased) +1.0b5 (2018-04-27) ------------------ - Add extra parameters to send logo urls diff --git a/setup.py b/setup.py index 169c24f..d921533 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.0b5.dev0', + version='1.0b5', zip_safe=False, )