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.
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+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Release HOWTO
33
44To 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
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def setup(app):
5959# The short X.Y version.
6060version = '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.
Original file line number Diff line number Diff line change 11[project ]
22name = " pyFF"
3- version = " 2.1.5 "
3+ version = " 2.1.4 "
44readme = " README.rst"
55description = " Federation Feeder"
66requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments