Skip to content

Commit b728ec9

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 7.4.2
1 parent 1f7e324 commit b728ec9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [7.4.2] - 2022-06-16
6+
### Changed:
7+
- Removed upper version restriction on expiringdict. This was originally necessary to allow compatibility with older Python versions which are no longer supported.
8+
59
## [7.4.1] - 2022-04-22
610
### Added:
711
- Added py.typed file to indicate typing support. Thanks [@phillipuniverse](https://github.com/launchdarkly/python-server-sdk/pull/166)

ldclient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "7.4.1"
1+
VERSION = "7.4.2"

0 commit comments

Comments
 (0)