Skip to content

Commit d7ce842

Browse files
committed
Release v1.2.1
1 parent cf95c50 commit d7ce842

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v1.2.1 (2015-04-11)
2+
===================
3+
* APNS, GCM: Add a db_index to the device_id field
4+
* APNS: Use the native UUIDField on Django 1.8
5+
* APNS: Fix timeout handling on Python 3
6+
* APNS: Restore error checking on apns_send_bulk_message
7+
* GCM: Expose the time_to_live argument in gcm_send_bulk_message
8+
* GCM: Fix return value when gcm bulk is split in batches
9+
* GCM: Improved error checking reliability
10+
* GCM: Properly pass kwargs in GCMDeviceQuerySet.send_message()
11+
* BUGFIX: Fix HexIntegerField for Django 1.3
12+
113
v1.2.0 (2014-10-07)
214
===================
315
* BACKWARDS-INCOMPATIBLE: Added support for Django 1.7 migrations. South users will have to upgrade to South 1.0 or Django 1.7.

push_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
__author__ = "Jerome Leclanche"
33
__email__ = "jerome@leclan.ch"
4-
__version__ = "1.2.0"
4+
__version__ = "1.2.1"
55

66

77
class NotificationError(Exception):

0 commit comments

Comments
 (0)