From 6ac2e63d3c53baafcbb238ac2889bd9344177a90 Mon Sep 17 00:00:00 2001 From: fbourgin <francois.bourgin@inrae.fr> Date: Mon, 22 Jan 2024 11:49:47 +0100 Subject: [PATCH] update release date for v0.1.2 --- CMakeLists.txt | 2 +- changelog.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab19bce..42b55b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.15) project( EvalHyd LANGUAGES CXX - VERSION 0.1.1 + VERSION 0.1.2 DESCRIPTION "Utility to evaluate streamflow predictions" ) diff --git a/changelog.rst b/changelog.rst index c5c7235..5aef833 100644 --- a/changelog.rst +++ b/changelog.rst @@ -5,6 +5,11 @@ latest Yet to be versioned and released. Only available from *dev* branch until then. +v0.1.2 +------ + +Released on 2024-01-22. + .. rubric:: Scope changes * add support for minute and hourly time steps in bootstrapping functionality -- GitLab