Skip to content

Commit f3a4031

Browse files
committed
Update CLI package version to 2.0.1
Signed-off-by: Luca Carrogu <[email protected]>
1 parent 96a3674 commit f3a4031

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
2.0.1
6+
=====
7+
* Fix `configure` and `createami` commands
8+
59
2.0.0
610
=====
711
* Rename CfnCluster to AWS ParallelCluster

cli/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def readme():
2020
return f.read()
2121

2222

23-
version = "2.0.0"
23+
version = "2.0.1"
2424
requires = ['boto3>=1.7.33', 'awscli>=1.11.175', 'future>=0.16.0', 'tabulate>=0.8.2']
2525

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

cloudformation/aws-parallelcluster.cfn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
3-
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.0.0",
3+
"Description": "AWS ParallelCluster Template. Version: aws-parallelcluster-2.0.1",
44
"Metadata": {
55
"AWS::CloudFormation::Interface": {
66
"ParameterGroups": [

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '2.0'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '2.0.0'
55+
release = '2.0.1'
5656

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

0 commit comments

Comments
 (0)