diff --git a/NEWS.txt b/NEWS.txt index 4ee66a99..5c664af4 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -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 diff --git a/docs/conf.py b/docs/conf.py index cc488ab4..7fec3cf8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index e28a99ce..f861c7b1 100755 --- a/setup.py +++ b/setup.py @@ -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]: