Skip to content

Commit 67e4708

Browse files
Version 2 4 1 fix (#28)
* Version bug fix * Update README.md * Update README.md
1 parent 4501c57 commit 67e4708

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ You may delete objects by calling the service's delete() method with an object i
120120

121121
## Changelog
122122

123+
### 2.4.1
124+
* Fix version in setup.py
125+
123126
### 2.4.0
124127
* Add param client_id to checksum create function
125128

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33
setup(
44
name='paymill-wrapper',
5-
version='2.3.0',
5+
version='2.4.1',
66
description='Python wrapper for PAYMILL API',
77
author='Aleksandar Yalnazov',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)