Skip to content

Commit

Permalink
Version 2 4 1 fix (#28)
Browse files Browse the repository at this point in the history
* Version bug fix

* Update README.md

* Update README.md
  • Loading branch information
tschelabaumann authored Jul 3, 2017
1 parent 4501c57 commit 67e4708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down

0 comments on commit 67e4708

Please sign in to comment.