Skip to content

Commit 6e166fa

Browse files
PubNub SDK 10.1.0 release.
1 parent c21d278 commit 6e166fa

4 files changed

Lines changed: 17 additions & 6 deletions

File tree

.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: 10.0.1
2+
version: 10.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-10.0.1
21+
package-name: pubnub-10.1.0
2222
location: https://pypi.org/project/pubnub/
2323
supported-platforms:
2424
supported-operating-systems:
@@ -91,8 +91,8 @@ sdks:
9191
-
9292
distribution-type: library
9393
distribution-repository: git release
94-
package-name: pubnub-10.0.1
95-
location: https://github.com/pubnub/python/releases/download/10.0.1/pubnub-10.0.1.tar.gz
94+
package-name: pubnub-10.1.0
95+
location: https://github.com/pubnub/python/releases/download/10.1.0/pubnub-10.1.0.tar.gz
9696
supported-platforms:
9797
supported-operating-systems:
9898
Linux:
@@ -163,6 +163,11 @@ sdks:
163163
license-url: https://github.com/encode/httpx/blob/master/LICENSE.md
164164
is-required: Required
165165
changelog:
166+
- date: 2025-01-30
167+
version: 10.1.0
168+
changes:
169+
- type: feature
170+
text: "Extended functionality of Channel Members and User Membership. Now it's possible to use fine-grade includes and set member/membership status and type."
166171
- date: 2025-01-28
167172
version: 10.0.1
168173
changes:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.1.0
2+
January 30 2025
3+
4+
#### Added
5+
- Extended functionality of Channel Members and User Membership. Now it's possible to use fine-grade includes and set member/membership status and type.
6+
17
## 10.0.1
28
January 28 2025
39

pubnub/pubnub_core.py

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

9797
class PubNubCore:
9898
"""A base class for PubNub Python API implementations"""
99-
SDK_VERSION = "10.0.1"
99+
SDK_VERSION = "10.1.0"
100100
SDK_NAME = "PubNub-Python"
101101

102102
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='10.0.1',
5+
version='10.1.0',
66
description='PubNub Real-time push service in the cloud',
77
author='PubNub',
88
author_email='support@pubnub.com',

0 commit comments

Comments
 (0)