Skip to content

Commit 75dd803

Browse files
committed
Release 4.10.1
1 parent f162089 commit 75dd803

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.10.1 (2026*02*16)
2+
-------------------------------
3+
* Updates from spec version 236.0.0 (#2348)
4+
* Rename Transfer.WebApp.EndpointDetails to WebAppEndpointDetails (#2351)
5+
16
4.10.0 (2026*02*12)
27
-------------------------------
38
* Remove some malformed properties in spec 226.0.0

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.10.0"
29+
release = "4.10.1"
3030

3131

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

troposphere/__init__.py

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

43-
__version__ = "4.10.0"
43+
__version__ = "4.10.1"
4444

4545
# constants for DeletionPolicy and UpdateReplacePolicy
4646
Delete: Final[str] = "Delete"

0 commit comments

Comments
 (0)