Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
poligarcia committed Jul 25, 2016
1 parent 9506076 commit 2576bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ v0.2.3, 10/31/2012 -- Better handling of Passbook's optional parameters. Improve
v1.0.0, 12/10/2012 -- Fixed barcode serialization and unicode paths.

v1.0.1, 08/05/2015 -- Added new field values and validations

v1.0.2, 07/25/2016 -- Add compatibility with iOS 9 (thanks @mbaechtold)
2 changes: 1 addition & 1 deletion passbook/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = ('1', '0', '2dev')
VERSION = ('1', '0', '2')

def get_version(*args, **kwargs):
return '.'.join(VERSION)
Expand Down

0 comments on commit 2576bc3

Please sign in to comment.