From df7f6330c92f900ee1678874e0be9ce7b1e83769 Mon Sep 17 00:00:00 2001 From: michalklym Date: Wed, 26 May 2021 16:30:41 +0200 Subject: [PATCH] v2.2.1 - upload new pypi version --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0abdcae1..43a3433e 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/setup.py b/setup.py index ca6ff110..d945712b 100755 --- a/setup.py +++ b/setup.py @@ -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'