Skip to content

Commit

Permalink
Release 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jun 28, 2024
1 parent 215b5f7 commit a2a745b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
4.8.1 (2024*06*28)
-------------------------------
* Update copyright year in generated files
* Update black and isort
* Updates from spec version 172.0.0 (#2241)
* Updates from spec version 173.0.0 (#2242)
* Updates from spec version 174.0.0 (#2243)
* Updates from spec version 175.0.0 (#2244)
* Add support for GitLab sources in CodeBuild projects (#2246)
* Add SnapStart to Serverless Function (#2248)
* Add setuptools as a dev requirement
* Updates from spec version 176.0.0 (#2249)
* Update glue ConnectionType validatorto allow SNOWFLAKE (#2247)
* Updates from spec version 177.0.0 (#2250)
* Updates from spec version 178.0.0 (#2251)
* Add LoggingConfig to Serverless::Function (#2253)
* Updates from spec version 179.0.0 (#2254)
* Updates from spec version 180.0.0 (#2255)

4.8.0 (2024*04*29)
-------------------------------
* Updates from spec version 165.0.0 (#2230)
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.8.0"
release = "4.8.1"


# -- 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.8.0"
__version__ = "4.8.1"

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

0 comments on commit a2a745b

Please sign in to comment.