Skip to content

Commit 3cf22d8

Browse files
committed
Version 23.2.0.
1 parent d000e43 commit 3cf22d8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ See https://github.com/kpfleming/jinjanator-plugin-format-toml/blob/main/.github
2828

2929
<!-- towncrier release notes start -->
3030

31+
## [23.2.0](https://github.com/kpfleming/jinjanator-plugin-format-toml/tree/23.2.0) - 2023-10-07
32+
33+
### Additions
34+
35+
- Added Python 3.12 support.
36+
[#2](https://github.com/kpfleming/jinjanator-plugin-format-toml/issues/2)
37+
38+
3139
## [23.1.0](https://github.com/kpfleming/jinjanator-plugin-format-toml/tree/23.1.0) - 2023-08-03
3240

3341
Initial release!

changelog.d/2.adding.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ text = """
160160
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
161161
path = "CHANGELOG.md"
162162
start-after = "<!-- towncrier release notes start -->"
163-
# pattern = "\n(###.+?\n)## "
163+
pattern = "\n(###.+?\n)## "
164164

165165
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
166166
text = """

0 commit comments

Comments
 (0)