Skip to content

Commit 23aafdc

Browse files
committed
Release 3.0.1
1 parent d1626d6 commit 23aafdc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
3.0.1 (2021*07*06)
2+
------------------
3+
* Fix CHANGELOG with correct 3.0.0 release date
4+
* Fix EKS::Nodegroup.Taints to use the correct key for taints (#1925)
5+
* Include cfn_flip in setup.cfg (#1927)
6+
* Catch install dependencies with "make release-test
7+
18
3.0.0 (2021*07*05)
9+
------------------
210
This release now only supports Python 3.6+
311
Special thanks to @michael-k for the Python 3 work and tooling improvements.
412

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = ''
2727
# The full version, including alpha/beta/rc tags
28-
release = '3.0.0'
28+
release = '3.0.1'
2929

3030

3131
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

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

1313
from . import validators
1414

15-
__version__ = "3.0.0"
15+
__version__ = "3.0.1"
1616

1717
# constants for DeletionPolicy and UpdateReplacePolicy
1818
Delete = "Delete"

0 commit comments

Comments
 (0)