From 67e470818e7ca03a030949bd5f148f4d2af1d786 Mon Sep 17 00:00:00 2001 From: Tschela Baumann Date: Mon, 3 Jul 2017 13:30:26 +0200 Subject: [PATCH] Version 2 4 1 fix (#28) * Version bug fix * Update README.md * Update README.md --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fefe703..2fc6282 100755 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ You may delete objects by calling the service's delete() method with an object i ## Changelog +### 2.4.1 +* Fix version in setup.py + ### 2.4.0 * Add param client_id to checksum create function diff --git a/setup.py b/setup.py index f08175f..0dcd672 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='paymill-wrapper', - version='2.3.0', + version='2.4.1', description='Python wrapper for PAYMILL API', author='Aleksandar Yalnazov', author_email='aleksandar.yalnazov@qaiware.com',