Skip to content

Commit

Permalink
Increased minor version Python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Reczko committed Jul 25, 2016
1 parent a21f503 commit 8c8aefb
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8c8aefb

Please sign in to comment.