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 44ec3b0 commit 8dae4a3Copy full SHA for 8dae4a3
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.4.1"
+version = "1.4.2"
24
requires = ['boto>=2.48.0', 'awscli>=1.11.175', 'future>=0.16.0']
25
26
if sys.version_info[:2] == (2, 6):
docs/source/conf.py
@@ -52,7 +52,7 @@
52
# The short X.Y version.
53
version = '1.4'
54
# The full version, including alpha/beta/rc tags.
55
-release = '1.4.1'
+release = '1.4.2'
56
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
# for a list of supported languages.
0 commit comments