Skip to content

Commit

Permalink
bump version and update Changelog for release (#1408)
Browse files Browse the repository at this point in the history
Prep for a release to support python 3.12

Updates to our plugins[1] depend on a Sceptre core release with
support for python 3.12 [2]

[1] Sceptre/sceptre-file-resolver#12 (comment)
[2] #1390
  • Loading branch information
zaro0508 committed Jan 12, 2024
1 parent 56d2111 commit 3ba1cf8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Categories: Added, Removed, Changed, Fixed, Nonfunctional, Deprecated

## Unreleased

## 4.4.0 (2024.01.12)
- Add support for python 3.12 (#1390)
- Drop support for Python 3.7 (#1382)
- [Resolves #1327] Setup readthedocs (#1404)
- [Resolves #1377] Remove auto announcements to twitter (#1385)
- [Resolves #1383] Simplify stderr test for cmd hook (#1387)
- Remove project Makefile (#1403)
- docs: Update instructions to generate docs and remove requirements file for docs (#1398) (#1405)
- ci: use matrix for unit tests (#1395)

## 4.3.0 (2023.10.07)
- [Resolve #1351] Add debugging to Jinja rendering (#1375)
- [Resolves #1356] Add export=stackoutput and stackoutputexternal feature to list outputs (#1357)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sceptre"
version = "4.3.0"
version = "4.4.0"
packages = [{ include = "sceptre" }]
readme = "README.md"
homepage = "https://github.com/Sceptre/sceptre"
Expand Down

0 comments on commit 3ba1cf8

Please sign in to comment.