Skip to content

Commit 357fe2a

Browse files
committed
Release v1.1.0
1 parent bde3549 commit 357fe2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
v1.1.0 (2014-05-xx)
1+
v1.1.0 (2014-06-29)
22
===================
33
* BACKWARDS-INCOMPATIBLE: The arguments for device.send_message() have changed. See README.rst for details.
44
* Added a date_created field to GCMDevice and APNSDevice. This field keeps track of when the Device was created.
55
This requires a `manage.py migrate`.
66
* Updated APNS protocol support
77
* Allow sending empty sounds on APNS
88
* Several APNS bugfixes
9+
* Fixed BigIntegerField support on PostGIS
910
* Assorted migrations bugfixes
1011
* Added a test suite
1112

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.0.1"
4+
__version__ = "1.1.0"
55

66

77
class NotificationError(Exception):

0 commit comments

Comments
 (0)