diff --git a/CHANGES.rst b/CHANGES.rst index 6c54247..7b034d9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog of nens-auth-client =================================================== -1.4.5 (unreleased) +1.5.0 (2024-02-19) ------------------ - Moved provider-specific logic (``extract_provider_name``, ``extract_username``) to diff --git a/setup.py b/setup.py index 29aa8bc..9eda176 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = "1.4.5.dev0" +version = "1.5.0" long_description = "\n\n".join( [