Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jan 11, 2016
1 parent b83993c commit ad634ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.4.1 (2016-01-11)
===================
* APNS: Increased max device token size to 100 bytes (WWDC 2015, iOS 9)
* BUGFIX: Fix an index error in the admin

v1.4.0 (2015-12-13)
===================
* BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4
Expand Down
2 changes: 1 addition & 1 deletion push_notifications/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

__author__ = "Jerome Leclanche"
__email__ = "jerome@leclan.ch"
__version__ = "1.4.0"
__version__ = "1.4.1"


class NotificationError(Exception):
Expand Down

0 comments on commit ad634ed

Please sign in to comment.