Skip to content

Commit

Permalink
Merge pull request #42 from michalklym/master
Browse files Browse the repository at this point in the history
v2.2.1 - upload new pypi version
  • Loading branch information
tpindel authored May 26, 2021
2 parents 76cdd0a + df7f633 commit a871399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ Bug reports and pull requests are welcome through [GitHub Issues](https://github

## Changelog

- **2021-05-26** - `2.2.1`
- Upload new version to pypi.org. No changes compared to `2.2.0`
- **2021-05-20** - `2.2.0`
- Added `client.validations*` member
- Added method `validateVoucher` to `client.validations`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'voucherify'))

__version__ = '2.2.0'
__version__ = '2.2.1'
__pypi_username__ = 'voucherify'
__pypi_packagename__ = 'voucherify'
__github_username__ = 'voucherifyio'
Expand Down

0 comments on commit a871399

Please sign in to comment.