We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5fad7d commit 2da228fCopy full SHA for 2da228f
2 files changed
CHANGELOG.md
@@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Added
9
### Changed
10
### Fixed
11
-- Revert pip caching in CI as it caused test suite to break (@marteinn)
12
-
13
### Removed
14
+## [1.8.1] - 2026-04-12
+### Fixed
15
+- Revert pip caching in CI as it caused test suite to break (@marteinn)
16
+
17
## [1.8.0] - 2026-04-12
18
19
- Add Python 3.14 support (@marteinn)
wagtail_color_panel/__init__.py
@@ -1,6 +1,6 @@
1
__title__ = "wagtail_color_panel"
2
-__version__ = "1.8.0"
3
-__build__ = 13
+__version__ = "1.8.1"
+__build__ = 14
4
__author__ = "Martin Sandström"
5
__license__ = "MIT"
6
__copyright__ = "Copyright 2020-present Martin Sandström"
0 commit comments