Skip to content

Commit 46f4220

Browse files
committed
cut 2.1.1
1 parent 9496556 commit 46f4220

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,7 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
159159
* Multiple bug-fixes
160160
* Coverted to pydantic 2.4.x
161161
* More typing
162+
163+
2.1.1
164+
-----
165+
* Fix MANIFEST issue that prevented install from sdist

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.1.0'
12+
__version__ = '2.1.1'
1313

1414

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

0 commit comments

Comments
 (0)