Skip to content

Commit

Permalink
cut 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 16, 2020
1 parent 5cc1daa commit 944d601
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,9 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
* Release date: ons 19 feb 2020 14:35:45 CET
* Bugfixes
* Documentation updates

1.1.3
---
* Release date: ons 16 sep 2020 14:21:20 CEST
* Limited support for i18n in JSON export - alternative and primary language choices
* Bugfixes related to mime-type for metadata
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.2'
release = '1.1.3'

# 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.3dev0'
__version__ = '1.1.3'

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

0 comments on commit 944d601

Please sign in to comment.