File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change 1- VERSION = "4.0.3 "
1+ VERSION = "4.0.4 "
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def run(self):
4242
4343setup (
4444 name = 'ldclient-py' ,
45- version = '4.0.3 ' ,
45+ version = '4.0.4 ' ,
4646 author = 'LaunchDarkly' ,
47474848 packages = ['ldclient' ],
You can’t perform that action at this time.
0 commit comments