Skip to content

Commit d787ac7

Browse files
committed
Release 2.7.1
1 parent b69b85d commit d787ac7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.7.1 (2021*04*16)
2+
------------------
3+
* Update fis.py (#1887)
4+
15
2.7.0 (2021*03*20)
26
------------------
37
* Fix typo in ECS DeploymentCircuitBreaker RollBack => Rollback (Fixes #1877)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '2.7.0'
29+
release = '2.7.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from . import validators
1515

16-
__version__ = "2.7.0"
16+
__version__ = "2.7.1"
1717

1818
# constants for DeletionPolicy and UpdateReplacePolicy
1919
Delete = 'Delete'

0 commit comments

Comments
 (0)