Skip to content

Commit 9c59e71

Browse files
committed
Release 1.4.0
1 parent 179ef46 commit 9c59e71

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
v1.4.0 (2015-12-13)
2+
===================
3+
* BACKWARDS-INCOMPATIBLE: Drop support for Python<3.4
4+
* DJANGO: Support Django 1.9
5+
* GCM: Handle canonical IDs
6+
* GCM: Allow full range of GCMDevice.device_id values
7+
* GCM: Do not allow duplicate registration_ids
8+
* DRF: Work around empty boolean defaults issue (django-rest-framework#1101)
9+
* BUGFIX: Do not throw GCMError in bulk messages from the admin
10+
* BUGFIX: Avoid generating an extra migration on Python 3
11+
* BUGFIX: Only send in bulk to active devices
12+
* BUGFIX: Display models correctly in the admin on both Python 2 and 3
13+
14+
115
v1.3.1 (2015-06-30)
216
===================
317
This is an errata release.

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.3.1"
4+
__version__ = "1.4.0"
55

66

77
class NotificationError(Exception):

0 commit comments

Comments
 (0)