Skip to content

Commit

Permalink
Release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Mar 22, 2023
1 parent 05b0db0 commit 73fbfaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
4.3.2 (2023*03*10)
-------------------------------
* Include the troposphere/type_defs package in the build

4.3.1 (2023*03*10)
-------------------------------
* Updates from spec version 109.0.0 (#2120)
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.3.1"
release = "4.3.2"


# -- 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 @@ -41,7 +41,7 @@
else:
from typing import Final

__version__ = "4.3.1"
__version__ = "4.3.2"

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

0 comments on commit 73fbfaf

Please sign in to comment.