Skip to content

Commit ad634ed

Browse files
committed
Release 1.4.1
1 parent b83993c commit ad634ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v1.4.1 (2016-01-11)
2+
===================
3+
* APNS: Increased max device token size to 100 bytes (WWDC 2015, iOS 9)
4+
* BUGFIX: Fix an index error in the admin
5+
16
v1.4.0 (2015-12-13)
27
===================
38
* BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4

push_notifications/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
__author__ = "Jerome Leclanche"
33
__email__ = "[email protected]"
4-
__version__ = "1.4.0"
4+
__version__ = "1.4.1"
55

66

77
class NotificationError(Exception):

0 commit comments

Comments
 (0)