Skip to content

Commit 5593423

Browse files
committed
Preparing release 6.1.0
- Move recent changelog entries to the correct release - Closes #257
1 parent ec2a61a commit 5593423

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [6.0.0] - 2023-03-09
5+
## [6.1.0] - 2023-07-19
66

77
### Added
88

9-
- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez)
109
- Add Prettier formatting and checks (LB (Ben) Johnston)
1110

1211
### Fixed
@@ -17,15 +16,24 @@ All notable changes to this project will be documented in this file.
1716

1817
### Removed
1918

20-
- Remove Algolia DocSearch meta tags (Thibaud Colas)
21-
- Remove jQuery loading by default (LB (Ben) Johnston)
22-
- Officially drop support for Pythong 3.7 (LB (Ben) Johnston)
19+
- Officially drop support for Python 3.7 (LB (Ben) Johnston)
2320

2421
### Changed
2522

2623
- Upgrade frontend build dependencies (LB (Ben) Johnston)
2724
- Upgrade build tooling to latest GitHub actions and Python 3.10 (LB (Ben) Johnston)
2825

26+
## [6.0.0] - 2023-03-09
27+
28+
### Added
29+
30+
- Add basic styling of `autodoc` generated methods for readability (Temidayo Azeez)
31+
32+
### Removed
33+
34+
- Remove Algolia DocSearch meta tags (Thibaud Colas)
35+
- Remove jQuery loading by default (LB (Ben) Johnston)
36+
2937
### Upgrade considerations
3038

3139
For projects relying on Algolia DocSearch meta tags, make sure to add back the `docsearch:version` tag in your project:

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sphinx_wagtail_theme
3-
version = 6.0.0
3+
version = 6.1.0
44
author = Coen van der Kamp
55
author_email = [email protected]
66
description = Sphinx Wagtail theme

0 commit comments

Comments
 (0)