File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -163,3 +163,11 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
163
163
2.1.1
164
164
-----
165
165
* Fix MANIFEST issue that prevented install from sdist
166
+
167
+ 2.1.2
168
+ -----
169
+ * Documentation updates related to sphinx
170
+ * Clarify semantics of trust info extension metadata
171
+ * Fix random seeding
172
+ * Fix for data handling related to non-Z timezones in metadata
173
+
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def setup(app):
59
59
# The short X.Y version.
60
60
version = '2.1'
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '2.1.1 '
62
+ release = '2.1.2 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 9
9
from setuptools import find_packages
10
10
11
11
__author__ = 'Leif Johansson'
12
- __version__ = '2.1.1 '
12
+ __version__ = '2.1.2 '
13
13
14
14
15
15
def load_requirements (path : PurePath ) -> List [str ]:
You can’t perform that action at this time.
0 commit comments