File tree Expand file tree Collapse file tree 7 files changed +17
-6
lines changed Expand file tree Collapse file tree 7 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : python
2
- version : 6.4.0
2
+ version : 6.4.1
3
3
schema : 1
4
4
scm : github.com/pubnub/python
5
5
sdks :
18
18
distributions :
19
19
- distribution-type : library
20
20
distribution-repository : package
21
- package-name : pubnub-6.4.0
21
+ package-name : pubnub-6.4.1
22
22
location : https://pypi.org/project/pubnub/
23
23
supported-platforms :
24
24
supported-operating-systems :
97
97
-
98
98
distribution-type : library
99
99
distribution-repository : git release
100
- package-name : pubnub-6.4.0
101
- location : https://github.com/pubnub/python/releases/download/v6.4.0 /pubnub-6.4.0 .tar.gz
100
+ package-name : pubnub-6.4.1
101
+ location : https://github.com/pubnub/python/releases/download/v6.4.1 /pubnub-6.4.1 .tar.gz
102
102
supported-platforms :
103
103
supported-operating-systems :
104
104
Linux :
@@ -169,6 +169,11 @@ sdks:
169
169
license-url : https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170
170
is-required : Required
171
171
changelog :
172
+ - date : 2022-07-14
173
+ version : v6.4.1
174
+ changes :
175
+ - type : bug
176
+ text : " This addresses the issue #130 - a problem with importing module."
172
177
- date : 2022-07-13
173
178
version : v6.4.0
174
179
changes :
Original file line number Diff line number Diff line change
1
+ ## v6.4.1
2
+ July 14 2022
3
+
4
+ #### Fixed
5
+ - This addresses the issue #130 - a problem with importing module.
6
+
1
7
## v6.4.0
2
8
July 13 2022
3
9
Original file line number Diff line number Diff line change 83
83
84
84
class PubNubCore :
85
85
"""A base class for PubNub Python API implementations"""
86
- SDK_VERSION = "6.4.0 "
86
+ SDK_VERSION = "6.4.1 "
87
87
SDK_NAME = "PubNub-Python"
88
88
89
89
TIMESTAMP_DIVIDER = 1000
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'pubnub' ,
5
- version = '6.4.0 ' ,
5
+ version = '6.4.1 ' ,
6
6
description = 'PubNub Real-time push service in the cloud' ,
7
7
author = 'PubNub' ,
8
8
You can’t perform that action at this time.
0 commit comments