Skip to content

Commit 7ae32b3

Browse files
Prepare release.
1 parent d738d49 commit 7ae32b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NEWS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ to sign using HSMs. The only mandatory non-python dependency now is lxml.
173173

174174
2.1.3
175175
-----
176-
* Release date: ons 10 sep 2024 17:17:10 CET
176+
* Release date: tor 14 nov 2024 14:55:01 CET
177177

178178
* Add DiscoveryResponse info to SPs in discojson
179179
* Remove cherrypy imports

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '2.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '2.1.2'
62+
release = '2.1.3'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

setup.py

+1-1
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__ = '2.1.2'
12+
__version__ = '2.1.3'
1313

1414

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

0 commit comments

Comments
 (0)