Skip to content

Commit 5164d88

Browse files
Sebastian Molendapubnub-release-bot
andauthored
Updated license info (#173)
* Updated license info * PubNub SDK v7.3.1 release. --------- Co-authored-by: PubNub Release Bot <[email protected]>
1 parent ba28d54 commit 5164d88

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

.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: 7.3.0
2+
version: 7.3.1
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-7.3.0
21+
package-name: pubnub-7.3.1
2222
location: https://pypi.org/project/pubnub/
2323
supported-platforms:
2424
supported-operating-systems:
@@ -97,8 +97,8 @@ sdks:
9797
-
9898
distribution-type: library
9999
distribution-repository: git release
100-
package-name: pubnub-7.3.0
101-
location: https://github.com/pubnub/python/releases/download/v7.3.0/pubnub-7.3.0.tar.gz
100+
package-name: pubnub-7.3.1
101+
location: https://github.com/pubnub/python/releases/download/v7.3.1/pubnub-7.3.1.tar.gz
102102
supported-platforms:
103103
supported-operating-systems:
104104
Linux:
@@ -169,6 +169,11 @@ sdks:
169169
license-url: https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170170
is-required: Required
171171
changelog:
172+
- date: 2023-10-30
173+
version: v7.3.1
174+
changes:
175+
- type: bug
176+
text: "Changed license type from MIT to PubNub Software Development Kit License."
172177
- date: 2023-10-16
173178
version: v7.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+
## v7.3.1
2+
October 30 2023
3+
4+
#### Fixed
5+
- Changed license type from MIT to PubNub Software Development Kit License.
6+
17
## v7.3.0
28
October 16 2023
39

pubnub/pubnub_core.py

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

8686
class PubNubCore:
8787
"""A base class for PubNub Python API implementations"""
88-
SDK_VERSION = "7.3.0"
88+
SDK_VERSION = "7.3.1"
8989
SDK_NAME = "PubNub-Python"
9090

9191
TIMESTAMP_DIVIDER = 1000

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='pubnub',
5-
version='7.3.0',
5+
version='7.3.1',
66
description='PubNub Real-time push service in the cloud',
77
author='PubNub',
88
author_email='[email protected]',
@@ -12,7 +12,7 @@
1212
'Documentation': 'https://www.pubnub.com/docs/sdks/python',
1313
},
1414
packages=find_packages(exclude=("examples*", 'tests*')),
15-
license='MIT',
15+
license='PubNub Software Development Kit License',
1616
classifiers=(
1717
'Development Status :: 5 - Production/Stable',
1818
'Intended Audience :: Developers',
@@ -22,7 +22,7 @@
2222
'Programming Language :: Python :: 3.9',
2323
'Programming Language :: Python :: 3.10',
2424
'Programming Language :: Python :: Implementation :: CPython',
25-
'License :: OSI Approved :: MIT License',
25+
'License :: Other/Proprietary License',
2626
'Operating System :: OS Independent',
2727
'Topic :: Internet :: WWW/HTTP',
2828
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)