Skip to content

Commit eb3cf06

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.4...v5.0.0) (2024-11-12) ### Features * **centralnic reseller python sdk:** Introducing CentralNic Reseller Python SDK API Connector ([a78900c](a78900c)) ### BREAKING CHANGES * **centralnic reseller python sdk:** This release deprecates the Hexonet Python SDK and introduces the CentralNic Reseller Python SDK. - Note: To continue using the Hexonet SDK, please install version 4.0.2 or earlier.
1 parent 2d6d589 commit eb3cf06

20 files changed

+2751
-214
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [5.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/compare/v4.0.4...v5.0.0) (2024-11-12)
2+
3+
4+
### Features
5+
6+
* **centralnic reseller python sdk:** Introducing CentralNic Reseller Python SDK API Connector ([a78900c](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/commit/a78900cd6488f77dbd722fca66f58599eff6348e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **centralnic reseller python sdk:** This release deprecates the Hexonet Python SDK and introduces the CentralNic Reseller Python SDK.
12+
- Note: To continue using the Hexonet SDK, please install version 4.0.2 or earlier.
13+
114
## [4.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-python-sdk/compare/v4.0.3...v4.0.4) (2024-10-21)
215

316

centralnicreseller/apiconnector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:license: MIT, see LICENSE for more details.
88
"""
99

10-
__version__ = "4.0.3"
10+
__version__ = "5.0.0"
1111
name = "centralnicreseller.apiconnector"

centralnicreseller/apiconnector/apiclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def getVersion(self):
186186
"""
187187
Get the current module version
188188
"""
189-
return "4.0.4"
189+
return "5.0.0"
190190

191191
def saveSession(self, session):
192192
"""

htmlcov/class_index.html

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)