Skip to content

Commit 2848367

Browse files
committed
Bump version to 0.7
1 parent 4bb4dfe commit 2848367

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7] - 2023-10-20
11+
1012
### Added
1113

1214
- Make Wagtail 5.1 and 5.2 support official [#50](https://github.com/torchbox/wagtail-headless-preview/pull/50) Thanks @lparsons396, [#51](https://github.com/torchbox/wagtail-headless-preview/pull/51)
@@ -119,7 +121,8 @@ WAGTAIL_HEADLESS_PREVIEW = {
119121

120122
Initial release
121123

122-
[unreleased]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.4.0...HEAD
124+
[unreleased]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.7.0...HEAD
125+
[0.7]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.8.0...v0.7.0
123126
[0.6]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.5.0...v0.6.0
124127
[0.5]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.4.0...v0.5.0
125128
[0.4]: https://github.com/torchbox/wagtail-headless-preview/compare/v0.3.0...v0.4.0

src/wagtail_headless_preview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 6, 0)
1+
VERSION = (0, 7, 0)
22
__version__ = ".".join(map(str, VERSION))
33

44

0 commit comments

Comments
 (0)