Skip to content

Commit b6d5af0

Browse files
Preparing release 2.1.5
[ci skip]
1 parent 0f1da2c commit b6d5af0

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ Changelog
88
99
.. towncrier release notes start
1010
11+
2.1.5 (2026-02-26)
12+
------------------
13+
14+
Internal:
15+
16+
17+
- Update configuration files.
18+
[plone devs]
19+
20+
21+
Tests:
22+
23+
24+
- Fix tests for ``not`` queries in ``Products.ZCatalog`` 7.2.0+. [maurits]
25+
26+
1127
2.1.4 (2025-09-11)
1228
------------------
1329

news/+130d79d1.tests.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/+meta.internal

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44

5-
version = "2.1.5.dev0"
5+
version = "2.1.5"
66

77
long_description = open("README.rst").read() + "\n"
88
long_description += open("CHANGES.rst").read()

0 commit comments

Comments
 (0)