Skip to content

Commit 401a79a

Browse files
author
Callum Oakley
committed
bump version and update changelog
1 parent f956183 commit 401a79a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.7.0 2016-05-12
2+
3+
* Remove version freeze from urllib3 since upstream bugfix has been released. (See [here](https://github.com/shazow/urllib3/pull/987).)
4+
5+
### 1.6.0 1016-10-26
6+
7+
* Path to cacert.pem has been added to the setup.py, resolving an oversight that led to errors upon SSL requests.
8+
* Internal changes to ease future maintenance.
9+
110
### 1.5.0 2016-08-23
211

312
* Add support for publishing push notifications on up to 10 interests.

pusher/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Don't change the format of this line: the version is extracted by ../setup.py
2-
VERSION = '1.5'
2+
VERSION = '1.7.0'

0 commit comments

Comments
 (0)