Skip to content

Commit 3be1b21

Browse files
Prepare release.
1 parent 60f8308 commit 3be1b21

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

NEWS.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,3 +179,11 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
179179
* Remove cherrypy imports
180180
* Fix logging
181181
* suport SP trust metadata in an entity attribute as JSON blob
182+
183+
2.1.4
184+
-----
185+
* Release date: Tue May 27 07:29:08 CEST 2025
186+
187+
* Lots of cleanups, pyupgrade and linting fixes.
188+
* MDSL fixes
189+

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release HOWTO
33

44
To make a release,
55

6-
1) remove dev suffix on version in setup.py
6+
1) remove dev suffix on version in pyproject.toml
77
2) set release date in NEWS.txt
88
2b) update the version in docs/conf.py
99
3) commit the changes to setup.py and NEWS.txt

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '2.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.1.3'
62+
release = '2.1.4'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# 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.5"
3+
version = "2.1.4"
44
readme = "README.rst"
55
description = "Federation Feeder"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)