Skip to content

Commit 6c8a645

Browse files
committed
Version updates.
1 parent 4501baf commit 6c8a645

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
1.1.0
6+
=====
7+
* feature:``cfncluster``: Support for dynamic placement groups
8+
59
1.0.1
610
=====
711
* bugfix:``cfncluster-node``: Fix for nodes being disabled when maintain_initial_size is true

cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def read(fname):
2020
return open(os.path.join(os.path.dirname(__file__), fname)).read()
2121

2222
console_scripts = ['cfncluster = cfncluster.cli:main']
23-
version = "1.0.1"
23+
version = "1.1.0"
2424
requires = ['boto>=2.39']
2525

2626
if sys.version_info[:2] == (2, 6):

0 commit comments

Comments
 (0)