Skip to content

Commit ec2caf9

Browse files
Preparing for release of version 6.9.0
1 parent 3a48640 commit ec2caf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ldclient/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def parse_requirements(filename):
1010
return [line for line in lineiter if line and not line.startswith("#")]
1111

1212

13-
ldclient_version='6.8.4'
13+
ldclient_version='6.9.0'
1414

1515
# parse_requirements() returns generator of pip.req.InstallRequirement objects
1616
install_reqs = parse_requirements('requirements.txt')

0 commit comments

Comments
 (0)