Skip to content

Commit e7e12fe

Browse files
committed
Merge remote-tracking branch 'origin/main' into codex/upgrade-wagtail-7-4
# Conflicts: # CHANGELOG
2 parents 13330ee + 2fb2937 commit e7e12fe

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ All notable changes to this project will be documented in this file.
66

77
- Add Wagtail 7.4 testing coverage across its supported Django and Python versions.
88
- Refresh locked development dependencies, pre-commit hooks, GitHub Actions, and MySQL CI to current releases.
9+
10+
## [1.3.1] - 2026-07-16
11+
912
- Ignore malformed honeypot timestamps instead of raising an exception.
1013
- Update contributor branch workflow guidance and PR CI to target `main`.
14+
- Report the current package version from `wagtail_honeypot.__version__`.
1115

1216
## [1.3.0] - 2026-04-21
1317

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wagtail-honeypot"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Add optional honeypot protection to your Wagtail forms."
55
readme = "README.md"
66
keywords = ["wagtail", "honeypot", "forms", "spam"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wagtail_honeypot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (1, 2, 1)
1+
VERSION = (1, 3, 1)
22
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)