We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69b85d commit d787ac7Copy full SHA for d787ac7
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+2.7.1 (2021*04*16)
2
+------------------
3
+* Update fis.py (#1887)
4
+
5
2.7.0 (2021*03*20)
6
------------------
7
* Fix typo in ECS DeploymentCircuitBreaker RollBack => Rollback (Fixes #1877)
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = ''
28
# The full version, including alpha/beta/rc tags
29
-release = '2.7.0'
+release = '2.7.1'
30
31
32
# -- General configuration ---------------------------------------------------
troposphere/__init__.py
@@ -13,7 +13,7 @@
13
14
from . import validators
15
16
-__version__ = "2.7.0"
+__version__ = "2.7.1"
17
18
# constants for DeletionPolicy and UpdateReplacePolicy
19
Delete = 'Delete'
0 commit comments