Skip to content

Commit 20c43ec

Browse files
PubNub SDK v9.1.0 release.
1 parent bfdd5d8 commit 20c43ec

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.pubnub.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: python
2-
version: 9.0.0
2+
version: 9.1.0
33
schema: 1
44
scm: github.com/pubnub/python
55
sdks:
@@ -18,7 +18,7 @@ sdks:
1818
distributions:
1919
- distribution-type: library
2020
distribution-repository: package
21-
package-name: pubnub-9.0.0
21+
package-name: pubnub-9.1.0
2222
location: https://pypi.org/project/pubnub/
2323
supported-platforms:
2424
supported-operating-systems:
@@ -97,8 +97,8 @@ sdks:
9797
-
9898
distribution-type: library
9999
distribution-repository: git release
100-
package-name: pubnub-9.0.0
101-
location: https://github.com/pubnub/python/releases/download/v9.0.0/pubnub-9.0.0.tar.gz
100+
package-name: pubnub-9.1.0
101+
location: https://github.com/pubnub/python/releases/download/v9.1.0/pubnub-9.1.0.tar.gz
102102
supported-platforms:
103103
supported-operating-systems:
104104
Linux:
@@ -169,6 +169,11 @@ sdks:
169169
license-url: https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170170
is-required: Required
171171
changelog:
172+
- date: 2024-11-19
173+
version: v9.1.0
174+
changes:
175+
- type: feature
176+
text: "Publish, signal, share file, subscribe and history."
172177
- date: 2024-10-02
173178
version: v9.0.0
174179
changes:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v9.1.0
2+
November 19 2024
3+
4+
#### Added
5+
- Publish, signal, share file, subscribe and history.
6+
17
## v9.0.0
28
October 02 2024
39

pubnub/pubnub_core.py

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

9595
class PubNubCore:
9696
"""A base class for PubNub Python API implementations"""
97-
SDK_VERSION = "9.0.0"
97+
SDK_VERSION = "9.1.0"
9898
SDK_NAME = "PubNub-Python"
9999

100100
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='9.0.0',
5+
version='9.1.0',
66
description='PubNub Real-time push service in the cloud',
77
author='PubNub',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)