Skip to content

Commit

Permalink
PubNub SDK 10.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Feb 7, 2025
1 parent 0ad33d9 commit 56e195f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
13 changes: 9 additions & 4 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: python
version: 10.1.0
version: 10.2.0
schema: 1
scm: github.com/pubnub/python
sdks:
Expand All @@ -18,7 +18,7 @@ sdks:
distributions:
- distribution-type: library
distribution-repository: package
package-name: pubnub-10.1.0
package-name: pubnub-10.2.0
location: https://pypi.org/project/pubnub/
supported-platforms:
supported-operating-systems:
Expand Down Expand Up @@ -91,8 +91,8 @@ sdks:
-
distribution-type: library
distribution-repository: git release
package-name: pubnub-10.1.0
location: https://github.com/pubnub/python/releases/download/10.1.0/pubnub-10.1.0.tar.gz
package-name: pubnub-10.2.0
location: https://github.com/pubnub/python/releases/download/10.2.0/pubnub-10.2.0.tar.gz
supported-platforms:
supported-operating-systems:
Linux:
Expand Down Expand Up @@ -163,6 +163,11 @@ sdks:
license-url: https://github.com/encode/httpx/blob/master/LICENSE.md
is-required: Required
changelog:
- date: 2025-02-07
version: 10.2.0
changes:
- type: feature
text: "Write protection with `If-Match` eTag header for setting channel and uuid metadata."
- date: 2025-01-30
version: 10.1.0
changes:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 10.2.0
February 07 2025

#### Added
- Write protection with `If-Match` eTag header for setting channel and uuid metadata.

## 10.1.0
January 30 2025

Expand Down
2 changes: 1 addition & 1 deletion pubnub/pubnub_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

class PubNubCore:
"""A base class for PubNub Python API implementations"""
SDK_VERSION = "10.1.0"
SDK_VERSION = "10.2.0"
SDK_NAME = "PubNub-Python"

TIMESTAMP_DIVIDER = 1000
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pubnub',
version='10.1.0',
version='10.2.0',
description='PubNub Real-time push service in the cloud',
author='PubNub',
author_email='[email protected]',
Expand Down

0 comments on commit 56e195f

Please sign in to comment.