Skip to content

Commit

Permalink
cut 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Feb 19, 2020
1 parent c35b802 commit 7705880
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
* Release date: tor 18 jul 2019 16:05:54 CEST
* Fix bug affecting entityIDs with querystring components thx to Maja Wolniewicz <mgw@umk.pl>

1.1.2
---
* Release date: ons 19 feb 2020 14:35:45 CET
* Bugfixes
* Documentation updates
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setup(app):
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import find_packages

__author__ = 'Leif Johansson'
__version__ = '1.1.2dev0'
__version__ = '1.1.2'

here = abspath(dirname(__file__))
README = open(join(here, 'README.rst')).read()
Expand Down

0 comments on commit 7705880

Please sign in to comment.