From 3d92b93747246f46557e46e87c3d2f05fc96171b Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Fri, 1 Jun 2018 09:58:29 +0200 Subject: [PATCH] Preparing release 1.0b6 [ci skip] --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7964017..561258d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -1.0b6 (unreleased) +1.0b6 (2018-06-01) ------------------ - Fix control digit calculation diff --git a/setup.py b/setup.py index 3aa4e10..b238fdd 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.0b6.dev0', + version='1.0b6', zip_safe=False, )