Skip to content

Commit 3dbab83

Browse files
author
QSD_s
committed
Bump version to 4.3.0.
1 parent 8d4703b commit 3dbab83

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.pubnub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: python
2-
version: 4.2.2
2+
version: 4.3.0
33
schema: 1
44
scm: github.com/pubnub/python
55
changelog:
6-
- version: v4.2.2
6+
- version: v4.3.0
77
date: Jan 28, 2020
88
changes:
99
- type: feature

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## [4.2.2](https://github.com/pubnub/python/tree/v4.2.2)
1+
## [4.3.0](https://github.com/pubnub/python/tree/v4.3.0)
22

3-
[Full Changelog](https://github.com/pubnub/python/compare/v4.2.1...v4.2.2)
3+
[Full Changelog](https://github.com/pubnub/python/compare/v4.2.1...v4.3.0)
44

55
- 🌟 Implemented Message Actions API
66
- 🌟 Implemented Fetch Messages API

pubnub/pubnub_core.py

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

5757
class PubNubCore:
5858
"""A base class for PubNub Python API implementations"""
59-
SDK_VERSION = "4.2.2"
59+
SDK_VERSION = "4.3.0"
6060
SDK_NAME = "PubNub-Python"
6161

6262
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='4.2.2',
5+
version='4.3.0',
66
description='PubNub Real-time push service in the cloud',
77
author='PubNub',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)