Skip to content

Commit

Permalink
Merge pull request #11 from voucherifyio/version-update
Browse files Browse the repository at this point in the history
SDK Version Update
tpindel authored Jul 25, 2016
2 parents a21f503 + 8c8aefb commit 2d45536
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 2d45536

Please sign in to comment.