We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9496556 commit 46f4220Copy full SHA for 46f4220
NEWS.txt
@@ -159,3 +159,7 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
159
* Multiple bug-fixes
160
* Coverted to pydantic 2.4.x
161
* More typing
162
+
163
+2.1.1
164
+-----
165
+* Fix MANIFEST issue that prevented install from sdist
setup.py
@@ -9,7 +9,7 @@
9
from setuptools import find_packages
10
11
__author__ = 'Leif Johansson'
12
-__version__ = '2.1.0'
+__version__ = '2.1.1'
13
14
15
def load_requirements(path: PurePath) -> List[str]:
0 commit comments