File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -179,3 +179,11 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
179
179
* Remove cherrypy imports
180
180
* Fix logging
181
181
* 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
+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Release HOWTO
3
3
4
4
To make a release,
5
5
6
- 1) remove dev suffix on version in setup.py
6
+ 1) remove dev suffix on version in pyproject.toml
7
7
2) set release date in NEWS.txt
8
8
2b) update the version in docs/conf.py
9
9
3) commit the changes to setup.py and NEWS.txt
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def setup(app):
59
59
# The short X.Y version.
60
60
version = '2.1'
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '2.1.3 '
62
+ release = '2.1.4 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " pyFF"
3
- version = " 2.1.5 "
3
+ version = " 2.1.4 "
4
4
readme = " README.rst"
5
5
description = " Federation Feeder"
6
6
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments