Skip to content

Commit a8baa25

Browse files
committed
New release
1 parent 5d45efb commit a8baa25

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

NEWS.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,8 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
210210

211211
* Remove unused namespaces
212212

213-
2.1.7.dev0
213+
2.1.7
214214
-----
215+
* Release date: Tue 8 Sep 14:25:40 CET 2026
216+
217+
* Fix regression in 2.1.6 when removing unused namespaces

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def setup(app):
6363
# The short X.Y version.
6464
version = '2.1'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '2.1.6'
66+
release = '2.1.7'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyFF"
3-
version = "2.1.7.dev0"
3+
version = "2.1.7"
44
readme = "README.rst"
55
description = "Federation Feeder"
66
requires-python = ">=3.10"

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.

0 commit comments

Comments
 (0)