We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aecac4 commit 962634cCopy full SHA for 962634c
3 files changed
CHANGES.rst
@@ -8,6 +8,15 @@ Changelog
8
9
.. towncrier release notes start
10
11
+2.1.7 (2026-05-06)
12
+------------------
13
+
14
+Bug fixes:
15
16
17
+- Don't ignore sort_on values which are not ZCatalog indexes. @davisagli (#173)
18
19
20
2.1.7 (unreleased)
21
------------------
22
news/173.bugfix
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup
3
4
5
-version = "2.1.7.dev0"
+version = "2.1.7"
6
7
long_description = open("README.rst").read() + "\n"
long_description += open("CHANGES.rst").read()
0 commit comments