diff --git a/README.md b/README.md index 61b4f3a2..2daf405f 100644 --- a/README.md +++ b/README.md @@ -802,6 +802,7 @@ new_price = utils.calculate_price(base_price, voucher, unit_price) ### Changelog +- **2016-07-18** - `1.4.0` - Voucher code pattern - **2016-07-18** - `1.3.0` - Update voucher - **2016-06-23** - `1.2.1` - Gift vouchers - **2016-06-16** - `1.2.0` - Unified naming convention diff --git a/setup.py b/setup.py index 837548e6..1400853e 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'voucherify')) -__version__ = '1.2.2' +__version__ = '1.4.0' __pypi_username__ = 'voucherify' __pypi_packagename__ = 'voucherify' __github_username__ = 'voucherifyio'