Skip to content

Commit 8dae4a3

Browse files
committed
Version: updating version in setup.py file
Signed-off-by: Mohan Gandhi <[email protected]>
1 parent 44ec3b0 commit 8dae4a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4.1"
23+
version = "1.4.2"
2424
requires = ['boto>=2.48.0', 'awscli>=1.11.175', 'future>=0.16.0']
2525

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

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.4'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.4.1'
55+
release = '1.4.2'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

0 commit comments

Comments
 (0)