File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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+
183.0.0 (2021*07*05)
9+ ------------------
210This release now only supports Python 3.6+
311Special thanks to @michael-k for the Python 3 work and tooling improvements.
412
Original file line number Diff line number Diff line change 2525# The short X.Y version
2626version = ''
2727# The full version, including alpha/beta/rc tags
28- release = '3.0.0 '
28+ release = '3.0.1 '
2929
3030
3131# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1212
1313from . import validators
1414
15- __version__ = "3.0.0 "
15+ __version__ = "3.0.1 "
1616
1717# constants for DeletionPolicy and UpdateReplacePolicy
1818Delete = "Delete"
You can’t perform that action at this time.
0 commit comments