We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4501baf commit 6c8a645Copy full SHA for 6c8a645
CHANGELOG.rst
@@ -2,6 +2,10 @@
2
CHANGELOG
3
=========
4
5
+1.1.0
6
+=====
7
+* feature:``cfncluster``: Support for dynamic placement groups
8
+
9
1.0.1
10
=====
11
* bugfix:``cfncluster-node``: Fix for nodes being disabled when maintain_initial_size is true
cli/setup.py
@@ -20,7 +20,7 @@ def read(fname):
20
return open(os.path.join(os.path.dirname(__file__), fname)).read()
21
22
console_scripts = ['cfncluster = cfncluster.cli:main']
23
-version = "1.0.1"
+version = "1.1.0"
24
requires = ['boto>=2.39']
25
26
if sys.version_info[:2] == (2, 6):
0 commit comments