Skip to content

Commit 5f07d73

Browse files
committed
Prepare 1.3.1 release
1 parent 0b0be28 commit 5f07d73

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG

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

55
## Unreleased
66

7+
## [1.3.1] - 2026-07-16
8+
79
- Ignore malformed honeypot timestamps instead of raising an exception.
810
- Update contributor branch workflow guidance and PR CI to target `main`.
11+
- Report the current package version from `wagtail_honeypot.__version__`.
912

1013
## [1.3.0] - 2026-04-21
1114

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)