Skip to content

Commit 7ed796c

Browse files
authored
release 6.6.1b1 (#57)
* release 6.6.1b1
1 parent e4c871e commit 7ed796c

File tree

17 files changed

+17337
-14030
lines changed

17 files changed

+17337
-14030
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2024 CloudGenix, Inc
3+
Copyright (c) 2017-2025 CloudGenix, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Downloads](https://pepy.tech/badge/cloudgenix)](https://pepy.tech/project/cloudgenix)
66
[![License: MIT](https://img.shields.io/pypi/l/cloudgenix.svg?color=brightgreen)](https://pypi.org/project/cloudgenix/)
77
[![GitHub issues open](https://img.shields.io/github/issues/CloudGenix/sdk-python.svg)](https://github.com/CloudGenix/sdk-python/issues)
8-
# CloudGenix Python SDK v6.5.2b4
8+
# CloudGenix Python SDK v6.6.1b1
99
Python3 SDK for the CloudGenix AppFabric
1010

1111
#### Synopsis
@@ -44,7 +44,8 @@ MIT
4444
#### Version
4545
| Version | Build | Changes |
4646
|-----------|--------|-----------------------------------------------------------------------------------------------------------|
47-
| **6.5.2** | **b4** | Support for February 2025 Controller release with Digicert CA. |
47+
| **6.6.1** | **b1** | Support for October 2025 Controller release. |
48+
| **6.5.2** | **b4** | Support for February 2025 Controller release with Digicert CA. |
4849
| **6.5.2** | **b1** | Support for February 2025 Controller release. |
4950
| **6.5.1** | **b1** | Support for November 2024 Controller release. |
5051
| **6.4.2** | **b1** | Support for August 2024 Controller release. |

cloudgenix/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Python3 SDK for the CloudGenix AppFabric
33
4-
**Version:** v6.5.2b4
4+
**Version:** v6.6.1b1
55
66
**Author:** CloudGenix
77
@@ -155,7 +155,7 @@
155155
"""websocket logger is handled slightly differently, so we will have a seperate handle."""
156156

157157
# Version of SDK
158-
version = "6.5.2b4"
158+
version = "6.6.1b1"
159159
"""SDK Version string"""
160160
__version__ = version
161161

0 commit comments

Comments
 (0)