File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
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.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.
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ include requirements.txt
22include README.txt
33include test-requirements.txt
44include twisted-requirements.txt
5- include redis-requirements.txt
5+ include redis-requirements.txt
6+ include python2.6-requirements.txt
Original file line number Diff line number Diff line change 1- VERSION = "4.0.2 "
1+ VERSION = "4.0.3 "
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.2 ' ,
45+ version = '4.0.3 ' ,
4646 author = 'LaunchDarkly' ,
47474848 packages = ['ldclient' ],
You can’t perform that action at this time.
0 commit comments