File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,11 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
151151* Release date: tor 1 apr 2021 21:15:14 CEST
152152* 1.2.0 contains several bugfixes from 1.1.5
153153* 2.0.0 drops all frontend components and returns pyFFd to an API-only service
154+
155+ 2.1.0
156+ ---
157+ * Release date: ons 1 nov 2023 10:17:10 CET
158+ * Support for metadata trust extensions
159+ * Multiple bug-fixes
160+ * Coverted to pydantic 2.4.x
161+ * More typing
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ def setup(app):
5656# built documents.
5757#
5858# The short X.Y version.
59- version = '2.0 '
59+ version = '2.1 '
6060# The full version, including alpha/beta/rc tags.
61- release = '2.0 .0'
61+ release = '2.1 .0'
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 99from setuptools import find_packages
1010
1111__author__ = 'Leif Johansson'
12- __version__ = '2.0 .0'
12+ __version__ = '2.1 .0'
1313
1414
1515def load_requirements (path : PurePath ) -> List [str ]:
You can’t perform that action at this time.
0 commit comments