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 8bd9c10 commit 2b9fe0eCopy full SHA for 2b9fe0e
pusher_push_notifications/__init__.py
@@ -6,7 +6,7 @@
6
import requests
7
import six
8
9
-SDK_VERSION = '0.9.1'
+SDK_VERSION = '0.9.2'
10
INTEREST_MAX_LENGTH = 164
11
INTEREST_REGEX = re.compile('^(_-|=|@|,|\\.|:|[A-Z]|[a-z]|[0-9])*$')
12
tests/test_push_notifications.py
@@ -108,7 +108,7 @@ def test_publish_should_make_correct_http_request(self):
108
'content-type': 'application/json',
109
'content-length': '69',
110
'authorization': 'Bearer SECRET_KEY',
111
- 'x-pusher-library': 'pusher-push-notifications-python 0.9.1',
+ 'x-pusher-library': 'pusher-push-notifications-python 0.9.2',
112
'host': 'instance_id.pushnotifications.pusher.com',
113
},
114
)
0 commit comments