Skip to content

Commit 3cb6a38

Browse files
committed
Release 3.1.0
1 parent 8dd144d commit 3cb6a38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 3.1.0 (unreleased)
3+
## 3.1.0 (2026-06-18)
44

55
- Feature: Generic `wsgi_filters` option to inject arbitrary WSGI/PasteDeploy
66
filters into the pipeline (e.g. `plone.observability`). Each filter has a

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_version": "3.1.0.dev0",
2+
"_version": "3.1.0",
33
"_extensions": ["local_extensions.ZopeExtensions"],
44
"target": "instance",
55
"location_clienthome": "{{ cookiecutter.target }}/var",

docs/sources/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
project = "cookiecutter-zope-instance"
66
copyright = "2022-2026, Plone Foundation" # noqa: A001
77
author = "Jens Klein and contributors"
8-
release = "3.0"
8+
release = "3.1"
99

1010
# -- General configuration ---------------------------------------------------
1111

0 commit comments

Comments
 (0)