Skip to content

Commit 986e615

Browse files
authored
changelog, version (#437)
1 parent 144e41f commit 986e615

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Optimizely Python SDK Changelog
22

3+
## 5.0.1
4+
June 26th, 2024
5+
6+
We removed redundant dependencies pyOpenSSL and cryptography ([#435](https://github.com/optimizely/python-sdk/pull/435), [#436](https://github.com/optimizely/python-sdk/pull/436)).
7+
38
## 5.0.0
49
January 18th, 2024
510

optimizely/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (5, 0, 0)
14+
version_info = (5, 0, 1)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)