Skip to content

Commit b9c2eee

Browse files
author
Dan Richelson
committed
Fix release packaging
1 parent f3a46ae commit b9c2eee

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.3] - 2017-03-14
6+
### Changed
7+
- Fixed missing python2.6-requirements.txt in manifest
8+
59
## [4.0.2] - 2017-03-13
610
### Added
711
- Support for Python 2.6.

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ include requirements.txt
22
include README.txt
33
include test-requirements.txt
44
include twisted-requirements.txt
5-
include redis-requirements.txt
5+
include redis-requirements.txt
6+
include python2.6-requirements.txt

ldclient/version.py

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

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.2',
45+
version='4.0.3',
4646
author='LaunchDarkly',
4747
author_email='[email protected]',
4848
packages=['ldclient'],

0 commit comments

Comments
 (0)