We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cdd0a commit df7f633Copy full SHA for df7f633
README.md
@@ -206,6 +206,8 @@ Bug reports and pull requests are welcome through [GitHub Issues](https://github
206
207
## Changelog
208
209
+- **2021-05-26** - `2.2.1`
210
+ - Upload new version to pypi.org. No changes compared to `2.2.0`
211
- **2021-05-20** - `2.2.0`
212
- Added `client.validations*` member
213
- Added method `validateVoucher` to `client.validations`
setup.py
@@ -4,7 +4,7 @@
4
5
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'voucherify'))
6
7
-__version__ = '2.2.0'
+__version__ = '2.2.1'
8
__pypi_username__ = 'voucherify'
9
__pypi_packagename__ = 'voucherify'
10
__github_username__ = 'voucherifyio'
0 commit comments