Skip to content

Commit

Permalink
prepare 4.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkaeding committed Apr 18, 2017
1 parent 9cc98d8 commit c077fb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [4.0.4] - 2017-04-18
### Fixed
- #65 Ensure that no warning is logged about a missing SDK key when the `ldclient` package is imported.

## [4.0.3] - 2017-03-14
### Changed
- Fixed missing python2.6-requirements.txt in manifest
Expand Down
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.0.3"
VERSION = "4.0.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def run(self):

setup(
name='ldclient-py',
version='4.0.3',
version='4.0.4',
author='LaunchDarkly',
author_email='team@launchdarkly.com',
packages=['ldclient'],
Expand Down

0 comments on commit c077fb0

Please sign in to comment.