Skip to content

Commit 307f575

Browse files
PubNub SDK 10.4.0 release.
1 parent bf61bf7 commit 307f575

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.3.0
2+
version: 10.4.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.3.0
21+
package-name: pubnub-10.4.0
2222
location: https://pypi.org/project/pubnub/
2323
supported-platforms:
2424
supported-operating-systems:
@@ -94,8 +94,8 @@ sdks:
9494
-
9595
distribution-type: library
9696
distribution-repository: git release
97-
package-name: pubnub-10.3.0
98-
location: https://github.com/pubnub/python/releases/download/10.3.0/pubnub-10.3.0.tar.gz
97+
package-name: pubnub-10.4.0
98+
location: https://github.com/pubnub/python/releases/download/10.4.0/pubnub-10.4.0.tar.gz
9999
supported-platforms:
100100
supported-operating-systems:
101101
Linux:
@@ -169,6 +169,11 @@ sdks:
169169
license-url: https://github.com/encode/httpx/blob/master/LICENSE.md
170170
is-required: Required
171171
changelog:
172+
- date: 2025-05-07
173+
version: 10.4.0
174+
changes:
175+
- type: feature
176+
text: "Added pagination to List Files."
172177
- date: 2025-04-10
173178
version: 10.3.0
174179
changes:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 10.4.0
2+
May 07 2025
3+
4+
#### Added
5+
- Added pagination to List Files.
6+
17
## 10.3.0
28
April 10 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.3.0"
99+
SDK_VERSION = "10.4.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.3.0',
5+
version='10.4.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)