Skip to content

Commit 384667f

Browse files
committed
Release 4.3.1
1 parent 1cc85e7 commit 384667f

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.3.1 (2023*03*10)
2+
-------------------------------
3+
* Updates from spec version 109.0.0 (#2120)
4+
* Updates from spec version 112.0.0 (#2121)
5+
* Add many missing EC2, RDS and Elasticache instance type constants. (#2124)
6+
* Run spec checks in their own GitHub Actions job (#2127)
7+
* Fix valid values used by validators (#2125)
8+
* Mark constants as final (#2126)
9+
* Updates from spec version 113.0.0 (#2129)
10+
* Fix black formatting
11+
* Fix generating constants based on recent use of typing.Final
12+
* Add gp3 as valid RDS StorageType (Fixes #2123)
13+
* Change Lambda ZipFile limit from 4096 to 4MB (Fixes #2119)
14+
* Allow gp3, st1, sc1 for EMR volume type (Fixes #2113)
15+
* Updates from spec version 114.0.0 (#2130)
16+
* Fixup for a new 114.0.0 spec - remove AppIntegrations patch
17+
* Updates from spec version 115.0.0 (#2131)
18+
119
4.3.0 (2023*01*28)
220
-------------------------------
321
* Patch GameLift::Fleet to add type for AnywhereConfiguration

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.0"
29+
release = "4.3.1"
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.0"
44+
__version__ = "4.3.1"
4545

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

0 commit comments

Comments
 (0)