Skip to content

Commit

Permalink
Increased major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Reczko committed Jun 16, 2016
1 parent 1a1bcf0 commit a85030a
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 @@ -731,6 +731,7 @@ new_price = utils.calculate_price(base_price, voucher, unit_price)

### Changelog

- **2016-06-16** - `1.1.0` - Added customer methods
- **2016-06-08** - `1.0.0` - Release version
- **2016-05-31** - `0.1.0` - First version:
- Authentication
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.0.0'
__version__ = '1.1.0'
__pypi_username__ = 'voucherify'
__pypi_packagename__ = 'voucherify'
__github_username__ = 'voucherifyio'
Expand Down

0 comments on commit a85030a

Please sign in to comment.