File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : python
2
- version : 5.2.1
2
+ version : 5.3.0
3
3
schema : 1
4
4
scm : github.com/pubnub/python
5
5
sdks :
@@ -169,6 +169,12 @@ sdks:
169
169
license-url : https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170
170
is-required : Required
171
171
changelog :
172
+ - version : v5.3.0
173
+ date : 2021-09-08
174
+ changes :
175
+ -
176
+ text : " Extend grantToken method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID."
177
+ type : feature
172
178
- version : v5.2.1
173
179
date : 2021-09-06
174
180
changes :
Original file line number Diff line number Diff line change
1
+ ## [ v5.3.0] ( https://github.com/pubnub/python/releases/tag/v5.3.0 )
2
+
3
+ [ Full Changelog] ( https://github.com/pubnub/python/compare/v5.2.1...v5.3.0 )
4
+
5
+ - 🌟️ Extend grantToken method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID.
6
+
1
7
## [ v5.2.1] ( https://github.com/pubnub/python/releases/tag/v5.2.1 )
2
8
3
9
[ Full Changelog] ( https://github.com/pubnub/python/compare/v5.2.0...v5.2.1 )
Original file line number Diff line number Diff line change 65
65
66
66
class PubNubCore :
67
67
"""A base class for PubNub Python API implementations"""
68
- SDK_VERSION = "5.2.1 "
68
+ SDK_VERSION = "5.3.0 "
69
69
SDK_NAME = "PubNub-Python"
70
70
71
71
TIMESTAMP_DIVIDER = 1000
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'pubnub' ,
5
- version = '5.2.1 ' ,
5
+ version = '5.3.0 ' ,
6
6
description = 'PubNub Real-time push service in the cloud' ,
7
7
author = 'PubNub' ,
8
8
You can’t perform that action at this time.
0 commit comments