Skip to content

Commit a2109b4

Browse files
authored
Merge pull request #421 from awslabs/develop
Release v1.5.3
2 parents 98a87f4 + b193ec1 commit a2109b4

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

requirements/base.txt

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
boto3>=1.6.2
2-
botocore>=1.9.2
3-
docutils==0.14
4-
enum34==1.1.6
5-
functools32==3.2.3.post2
6-
futures==3.2.0
7-
jmespath==0.9.3
8-
jsonschema==2.6.0
9-
python-dateutil==2.6.1
10-
PyYAML==3.12
11-
s3transfer==0.1.13
12-
six==1.11.0
1+
boto3~=1.5.0
2+
enum34~=1.1.6
3+
jsonschema~=2.6.0
4+
six~=1.11.0
5+

requirements/dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ flake8>=3.3.0
33
tox>=2.2.1
44
pytest-cov>=2.4.0
55
pylint>=1.7.2
6+
PyYAML==3.12
67

78
# Test requirements
89
pytest>=3.0.7

samtranslator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5.2'
1+
__version__ = '1.5.3'

0 commit comments

Comments
 (0)