Skip to content

Commit 6ecbb07

Browse files
PubNub SDK v5.3.0 release.
1 parent 9353516 commit 6ecbb07

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.pubnub.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: python
2-
version: 5.2.1
2+
version: 5.3.0
33
schema: 1
44
scm: github.com/pubnub/python
55
sdks:
@@ -169,6 +169,12 @@ sdks:
169169
license-url: https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170170
is-required: Required
171171
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
172178
- version: v5.2.1
173179
date: 2021-09-06
174180
changes:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [v5.2.1](https://github.com/pubnub/python/releases/tag/v5.2.1)
28

39
[Full Changelog](https://github.com/pubnub/python/compare/v5.2.0...v5.2.1)

pubnub/pubnub_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
class PubNubCore:
6767
"""A base class for PubNub Python API implementations"""
68-
SDK_VERSION = "5.2.1"
68+
SDK_VERSION = "5.3.0"
6969
SDK_NAME = "PubNub-Python"
7070

7171
TIMESTAMP_DIVIDER = 1000

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pubnub',
5-
version='5.2.1',
5+
version='5.3.0',
66
description='PubNub Real-time push service in the cloud',
77
author='PubNub',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)