Skip to content

Commit 2da228f

Browse files
committed
Bump version to 1.8.1
1 parent b5fad7d commit 2da228f

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
### Changed
1010
### Fixed
11-
- Revert pip caching in CI as it caused test suite to break (@marteinn)
12-
1311
### Removed
1412

13+
## [1.8.1] - 2026-04-12
14+
### Fixed
15+
- Revert pip caching in CI as it caused test suite to break (@marteinn)
16+
1517
## [1.8.0] - 2026-04-12
1618
### Added
1719
- Add Python 3.14 support (@marteinn)

wagtail_color_panel/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "wagtail_color_panel"
2-
__version__ = "1.8.0"
3-
__build__ = 13
2+
__version__ = "1.8.1"
3+
__build__ = 14
44
__author__ = "Martin Sandström"
55
__license__ = "MIT"
66
__copyright__ = "Copyright 2020-present Martin Sandström"

0 commit comments

Comments
 (0)