Skip to content

Commit 7705880

Browse files
committed
cut 1.1.2
1 parent c35b802 commit 7705880

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,8 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
123123
* Release date: tor 18 jul 2019 16:05:54 CEST
124124
* Fix bug affecting entityIDs with querystring components thx to Maja Wolniewicz <[email protected]>
125125

126+
1.1.2
127+
---
128+
* Release date: ons 19 feb 2020 14:35:45 CET
129+
* Bugfixes
130+
* Documentation updates

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def setup(app):
5858
# The short X.Y version.
5959
version = '1.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.1.1'
61+
release = '1.1.2'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# 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__ = '1.1.2dev0'
12+
__version__ = '1.1.2'
1313

1414
here = abspath(dirname(__file__))
1515
README = open(join(here, 'README.rst')).read()

0 commit comments

Comments
 (0)