File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,8 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
123
123
* Release date: tor 18 jul 2019 16:05:54 CEST
124
124
* Fix bug affecting entityIDs with querystring components thx to Maja Wolniewicz <
[email protected] >
125
125
126
+ 1.1.2
127
+ ---
128
+ * Release date: ons 19 feb 2020 14:35:45 CET
129
+ * Bugfixes
130
+ * Documentation updates
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def setup(app):
58
58
# The short X.Y version.
59
59
version = '1.1'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '1.1.1 '
61
+ release = '1.1.2 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# 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__ = '1.1.2dev0 '
12
+ __version__ = '1.1.2 '
13
13
14
14
here = abspath (dirname (__file__ ))
15
15
README = open (join (here , 'README.rst' )).read ()
You can’t perform that action at this time.
0 commit comments