We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83993c commit ad634edCopy full SHA for ad634ed
CHANGELOG.rst
@@ -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
+
6
v1.4.0 (2015-12-13)
7
===================
8
* BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4
push_notifications/__init__.py
@@ -1,7 +1,7 @@
__author__ = "Jerome Leclanche"
__email__ = "jerome@leclan.ch"
-__version__ = "1.4.0"
+__version__ = "1.4.1"
class NotificationError(Exception):
0 commit comments