diff --git a/CHANGES.rst b/CHANGES.rst index 2daa2b8..67bfd34 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changelog of hydxlib =================================================== -1.5.2 (unreleased) +1.5.2 (2024-03-21) ------------------ - Build the release with the build package instead of setuptools. diff --git a/hydxlib/__init__.py b/hydxlib/__init__.py index 8e5f1b6..e2bd35f 100644 --- a/hydxlib/__init__.py +++ b/hydxlib/__init__.py @@ -1,3 +1,3 @@ # fmt: off -__version__ = '1.5.2.dev0' +__version__ = '1.5.2' # fmt: on