Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelfrykholm committed Nov 14, 2024
1 parent d738d49 commit 7ae32b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.

2.1.3
-----
* Release date: ons 10 sep 2024 17:17:10 CET
* Release date: tor 14 nov 2024 14:55:01 CET

* Add DiscoveryResponse info to SPs in discojson
* Remove cherrypy imports
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(app):
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1.2'
release = '2.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__ = '2.1.2'
__version__ = '2.1.3'


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

0 comments on commit 7ae32b3

Please sign in to comment.