We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4501c57 commit 67e4708Copy full SHA for 67e4708
README.md
@@ -120,6 +120,9 @@ You may delete objects by calling the service's delete() method with an object i
120
121
## Changelog
122
123
+### 2.4.1
124
+* Fix version in setup.py
125
+
126
### 2.4.0
127
* Add param client_id to checksum create function
128
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
setup(
4
name='paymill-wrapper',
5
- version='2.3.0',
+ version='2.4.1',
6
description='Python wrapper for PAYMILL API',
7
author='Aleksandar Yalnazov',
8
author_email='[email protected]',
0 commit comments