From 205bb26000d02f3a43743dfad34fd25bcb5272a1 Mon Sep 17 00:00:00 2001 From: Mikel Larreategi Date: Fri, 20 Apr 2018 13:23:45 +0200 Subject: [PATCH] Preparing release 1.0b2 [ci skip] --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, )