Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 6, 2021
1 parent d1626d6 commit 23aafdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
3.0.1 (2021*07*06)
------------------
* Fix CHANGELOG with correct 3.0.0 release date
* Fix EKS::Nodegroup.Taints to use the correct key for taints (#1925)
* Include cfn_flip in setup.cfg (#1927)
* Catch install dependencies with "make release-test

3.0.0 (2021*07*05)
------------------
This release now only supports Python 3.6+
Special thanks to @michael-k for the Python 3 work and tooling improvements.

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '3.0.0'
release = '3.0.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from . import validators

__version__ = "3.0.0"
__version__ = "3.0.1"

# constants for DeletionPolicy and UpdateReplacePolicy
Delete = "Delete"
Expand Down

0 comments on commit 23aafdc

Please sign in to comment.