File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : python
2- version : 4.3.1
2+ version : 4.4.0
33schema : 1
44scm : github.com/pubnub/python
55changelog :
6- - version : v4.3.1
6+ - version : v4.4.0
77 date : Feb 20, 2020
88 changes :
99 - type : feature
Original file line number Diff line number Diff line change 1- ## [ 4.3.1 ] ( https://github.com/pubnub/python/tree/v4.3.1 )
1+ ## [ 4.4.0 ] ( https://github.com/pubnub/python/tree/v4.4.0 )
22
3- [ Full Changelog] ( https://github.com/pubnub/python/compare/v4.3.0...v4.3.1 )
3+ [ Full Changelog] ( https://github.com/pubnub/python/compare/v4.3.0...v4.4.0 )
44
55- 🌟 Add support for APNS2 Push API
66
Original file line number Diff line number Diff line change 5656
5757class PubNubCore :
5858 """A base class for PubNub Python API implementations"""
59- SDK_VERSION = "4.3.1 "
59+ SDK_VERSION = "4.4.0 "
6060 SDK_NAME = "PubNub-Python"
6161
6262 TIMESTAMP_DIVIDER = 1000
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'pubnub' ,
5- version = '4.3.1 ' ,
5+ version = '4.4.0 ' ,
66 description = 'PubNub Real-time push service in the cloud' ,
77 author = 'PubNub' ,
88
You can’t perform that action at this time.
0 commit comments