Skip to content

Commit

Permalink
Release 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Oct 26, 2023
1 parent d015ae2 commit 5b1d325
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.5.1 (2023*10*26)
-------------------------------
* Fix __eq__ protocol (#2197)
* Fix formatting
* Object equality fixes (#2200)
* Add new OpenSearch instance names to constants.py (Fixes: #2198) (#2199)

4.5.0 (2023*10*24)
-------------------------------
* Updates from spec version 136.0.0 (#2175)
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.5.0"
release = "4.5.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.5.0"
__version__ = "4.5.1"

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

0 comments on commit 5b1d325

Please sign in to comment.