Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions 13 .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: python
version: 6.4.0
version: 6.4.1
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-6.4.0
package-name: pubnub-6.4.1
location: https://pypi.org/project/pubnub/
supported-platforms:
supported-operating-systems:
Expand Down Expand Up @@ -97,8 +97,8 @@ sdks:
-
distribution-type: library
distribution-repository: git release
package-name: pubnub-6.4.0
location: https://github.com/pubnub/python/releases/download/v6.4.0/pubnub-6.4.0.tar.gz
package-name: pubnub-6.4.1
location: https://github.com/pubnub/python/releases/download/v6.4.1/pubnub-6.4.1.tar.gz
supported-platforms:
supported-operating-systems:
Linux:
Expand Down Expand Up @@ -169,6 +169,11 @@ sdks:
license-url: https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
is-required: Required
changelog:
- date: 2022-07-14
version: v6.4.1
changes:
- type: bug
text: "This addresses the issue #130 - a problem with importing module."
- date: 2022-07-13
version: v6.4.0
changes:
Expand Down
6 changes: 6 additions & 0 deletions 6 CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v6.4.1
July 14 2022

#### Fixed
- This addresses the issue #130 - a problem with importing module.

## v6.4.0
July 13 2022

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

class PubNubCore:
"""A base class for PubNub Python API implementations"""
SDK_VERSION = "6.4.0"
SDK_VERSION = "6.4.1"
SDK_NAME = "PubNub-Python"

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

setup(
name='pubnub',
version='6.4.0',
version='6.4.1',
description='PubNub Real-time push service in the cloud',
author='PubNub',
author_email='support@pubnub.com',
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.