Skip to content

Commit 2b9fe0e

Browse files
author
Luka Bratos
committed
Bump to 0.9.2
1 parent 8bd9c10 commit 2b9fe0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pusher_push_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import requests
77
import six
88

9-
SDK_VERSION = '0.9.1'
9+
SDK_VERSION = '0.9.2'
1010
INTEREST_MAX_LENGTH = 164
1111
INTEREST_REGEX = re.compile('^(_-|=|@|,|\\.|:|[A-Z]|[a-z]|[0-9])*$')
1212

tests/test_push_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_publish_should_make_correct_http_request(self):
108108
'content-type': 'application/json',
109109
'content-length': '69',
110110
'authorization': 'Bearer SECRET_KEY',
111-
'x-pusher-library': 'pusher-push-notifications-python 0.9.1',
111+
'x-pusher-library': 'pusher-push-notifications-python 0.9.2',
112112
'host': 'instance_id.pushnotifications.pusher.com',
113113
},
114114
)

0 commit comments

Comments
 (0)