Skip to content

Commit 73fbfaf

Browse files
committed
Release 4.3.2
1 parent 05b0db0 commit 73fbfaf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.3.2 (2023*03*10)
2+
-------------------------------
3+
* Include the troposphere/type_defs package in the build
4+
15
4.3.1 (2023*03*10)
26
-------------------------------
37
* Updates from spec version 109.0.0 (#2120)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "4.3.1"
29+
release = "4.3.2"
3030

3131

3232
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.3.1"
44+
__version__ = "4.3.2"
4545

4646
# constants for DeletionPolicy and UpdateReplacePolicy
4747
Delete: Final = "Delete"

0 commit comments

Comments
 (0)