Skip to content

Commit bdf0f29

Browse files
committed
Bump version to 0.15.2
1 parent 6fb89bf commit bdf0f29

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.15.2] - 2024-06-12
6+
57
### Added
68

79
- Add support for Wagtail 6.1 ([#243](https://github.com/torchbox/wagtailmedia/pull/243)) @katdom13
@@ -15,13 +17,13 @@
1517

1618
- Drop support for Wagtail < 5.2 and Django < 4.2. ([#243](https://github.com/torchbox/wagtailmedia/pull/243)) @katdom13
1719

18-
## [0.15.1] - 2024-02-5
20+
## [0.15.1] - 2024-02-05
1921

2022
### Fixed
2123

2224
- The action buttons on the Media index in Wagtail 6.0
2325

24-
## [0.15.0] - 2024-02-5
26+
## [0.15.0] - 2024-02-05
2527

2628
### Added
2729

@@ -314,8 +316,9 @@ Initial release
314316

315317
---
316318

317-
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.15.1...HEAD
318-
[0.15.0]: https://github.com/torchbox/wagtailmedia/compare/v0.15.0...v0.15.1
319+
[unreleased]: https://github.com/torchbox/wagtailmedia/compare/v0.15.2...HEAD
320+
[0.15.1]: https://github.com/torchbox/wagtailmedia/compare/v0.15.1...v0.15.2
321+
[0.15.1]: https://github.com/torchbox/wagtailmedia/compare/v0.15.0...v0.15.1
319322
[0.15.0]: https://github.com/torchbox/wagtailmedia/compare/v0.14.0...v0.15.0
320323
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.4...v0.14.5
321324
[0.14.4]: https://github.com/torchbox/wagtailmedia/compare/v0.14.3...v0.14.4

src/wagtailmedia/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.15.1"
1+
__version__ = "0.15.2"

0 commit comments

Comments
 (0)