Skip to content

Commit 815e849

Browse files
committed
Bump version to 9.1.0
1 parent c30bd1f commit 815e849

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
## [Unreleased]
44
### Added
5+
### Changed
6+
### Fixed
7+
### Removed
8+
9+
## [9.1.0] - 2025.11.09
10+
### Added
511
- Add support for Wagtail 7.2 (@marteinn)
612
- Add support for Python 3.14 (@marteinn)
713

8-
### Changed
914
### Fixed
10-
- Fix double initialization bug in Wagtail 7.1+ causing streamfield map blocks not to read existing values ending up only showing default
11-
- Ignore CLAUDE.local.md config
15+
- Fix double initialization bug in Wagtail 7.1+ causing streamfield map blocks not to read existing values ending up only showing default (@marteinn)
16+
- Ignore CLAUDE.local.md config (@marteinn)
1217

1318
### Removed
1419
- Drop support for EOL Python 3.9 (@marteinn)

wagtailgeowidget/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"""
88

99
__title__ = "wagtailgeowidget"
10-
__version__ = "9.0.0"
11-
__build__ = 900
10+
__version__ = "9.1.0"
11+
__build__ = 901
1212
__author__ = "Martin Sandström"
1313
__license__ = "MIT"
1414
__copyright__ = "Copyright 2015-Present Fröjd Interactive"

0 commit comments

Comments
 (0)