Skip to content

Commit a871399

Browse files
authored
Merge pull request #42 from michalklym/master
v2.2.1 - upload new pypi version
2 parents 76cdd0a + df7f633 commit a871399

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ Bug reports and pull requests are welcome through [GitHub Issues](https://github
206206

207207
## Changelog
208208

209+
- **2021-05-26** - `2.2.1`
210+
- Upload new version to pypi.org. No changes compared to `2.2.0`
209211
- **2021-05-20** - `2.2.0`
210212
- Added `client.validations*` member
211213
- Added method `validateVoucher` to `client.validations`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
__version__ = '2.2.0'
7+
__version__ = '2.2.1'
88
__pypi_username__ = 'voucherify'
99
__pypi_packagename__ = 'voucherify'
1010
__github_username__ = 'voucherifyio'

0 commit comments

Comments
 (0)