Skip to content

Commit c077fb0

Browse files
committed
prepare 4.0.4 release
1 parent 9cc98d8 commit c077fb0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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+
## [4.0.4] - 2017-04-18
6+
### Fixed
7+
- #65 Ensure that no warning is logged about a missing SDK key when the `ldclient` package is imported.
8+
59
## [4.0.3] - 2017-03-14
610
### Changed
711
- Fixed missing python2.6-requirements.txt in manifest

ldclient/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run(self):
4242

4343
setup(
4444
name='ldclient-py',
45-
version='4.0.3',
45+
version='4.0.4',
4646
author='LaunchDarkly',
4747
author_email='[email protected]',
4848
packages=['ldclient'],

0 commit comments

Comments
 (0)