Skip to content

Commit e4d8fc5

Browse files
committed
cut 2.1.0
1 parent e743c01 commit e4d8fc5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

NEWS.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import find_packages
1010

1111
__author__ = 'Leif Johansson'
12-
__version__ = '2.0.0'
12+
__version__ = '2.1.0'
1313

1414

1515
def load_requirements(path: PurePath) -> List[str]:

0 commit comments

Comments
 (0)