Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 28, 2022
1 parent 2c94e3d commit f287fa8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.0.0 (2022*03*28)
-------------------------------
Breaking Changes
^^^^^^^^^^^^^^^^
* See breaking changes in 4.0.0-beta.0 and 4.0.0-beta.1

Changes
^^^^^^^
* Fix AccessControlAllowMethods.Items validator (Fixes #2023)
* Fix duplicate resource names due to FSx::Volume
* Updates from spec version 62.0.0
* Update serverless.py
* EMR: Add missing JobFlowInstancesConfig properties

4.0.0-beta.1 (2022*03*20)
-------------------------------
Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "4.0.0-beta.1"
release = "4.0.0"


# -- 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 @@ -34,7 +34,7 @@
if TYPE_CHECKING:
from .type_defs.protocols import JSONreprProtocol, ToDictProtocol

__version__ = "4.0.0-beta.1"
__version__ = "4.0.0"

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

0 comments on commit f287fa8

Please sign in to comment.