Skip to content

Commit 808c283

Browse files
committed
prep 2.1.2
1 parent 93487a3 commit 808c283

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

NEWS.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,11 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
163163
2.1.1
164164
-----
165165
* 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+

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '2.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.1.1'
62+
release = '2.1.2'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# 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.1.1'
12+
__version__ = '2.1.2'
1313

1414

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

0 commit comments

Comments
 (0)