From 284ba7a4794114c36e250b85e547dcf19a834eb5 Mon Sep 17 00:00:00 2001 From: fbourgin <francois.bourgin@inrae.fr> Date: Mon, 22 Jan 2024 11:44:03 +0100 Subject: [PATCH] update release date for v0.1.2 --- changelog.rst | 10 ++++++++++ evalhyd/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 22ccf3e..c3352c8 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,6 +6,16 @@ Yet to be versioned and released. Only available from *dev* branch until then. +v0.1.2.0 +-------- + +Released on 2024-01-22. + +.. rubric:: Dependency changes + +* move to `evalhyd-cpp==0.1.2` + (`see changelog <https://hydrogr.github.io/evalhyd/cpp/changelog.html#v0-1-2>`_) + v0.1.1.0 -------- diff --git a/evalhyd/version.py b/evalhyd/version.py index b52d80e..1b52ca5 100644 --- a/evalhyd/version.py +++ b/evalhyd/version.py @@ -1,3 +1,3 @@ -__version__ = '0.1.1.0' +__version__ = '0.1.2.0' -- GitLab