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 f956183 commit 401a79aCopy full SHA for 401a79a
CHANGELOG.md
@@ -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
10
### 1.5.0 2016-08-23
11
12
* Add support for publishing push notifications on up to 10 interests.
pusher/version.py
@@ -1,2 +1,2 @@
# Don't change the format of this line: the version is extracted by ../setup.py
-VERSION = '1.5'
+VERSION = '1.7.0'
0 commit comments