Skip to content

Commit

Permalink
Fix release packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed Mar 14, 2017
1 parent f3a46ae commit b9c2eee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.3] - 2017-03-14
### Changed
- Fixed missing python2.6-requirements.txt in manifest

## [4.0.2] - 2017-03-13
### Added
- Support for Python 2.6.
Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ include requirements.txt
include README.txt
include test-requirements.txt
include twisted-requirements.txt
include redis-requirements.txt
include redis-requirements.txt
include python2.6-requirements.txt
2 changes: 1 addition & 1 deletion ldclient/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "4.0.2"
VERSION = "4.0.3"
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.2',
version='4.0.3',
author='LaunchDarkly',
author_email='team@launchdarkly.com',
packages=['ldclient'],
Expand Down

0 comments on commit b9c2eee

Please sign in to comment.