From 5ac3c976aa3c777c78195148b92d52c18372801e Mon Sep 17 00:00:00 2001 From: Thibault Hallouin <thibault.hallouin@inrae.fr> Date: Fri, 14 Apr 2023 18:36:08 +0200 Subject: [PATCH] update version for release --- CMakeLists.txt | 2 +- changelog.rst | 6 +++--- evalhyd/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd0a7c5..4b37ff9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) project( EvalHyd-Python LANGUAGES CXX C - VERSION 0.0.1 + VERSION 0.1.0.0 DESCRIPTION "Python bindings for evalhyd utility" ) diff --git a/changelog.rst b/changelog.rst index d93af14..91f4f51 100644 --- a/changelog.rst +++ b/changelog.rst @@ -6,9 +6,9 @@ Yet to be versioned and released. Only available from *dev* branch until then. -v#.#.# ------- +v0.1.0.0 +-------- -Released on ????-??-??. +Released on 2023-04-14. * first release diff --git a/evalhyd/version.py b/evalhyd/version.py index 028ed4d..4f4f422 100644 --- a/evalhyd/version.py +++ b/evalhyd/version.py @@ -1,3 +1,3 @@ -__version__ = '0.0.1' +__version__ = '0.1.0.0' -- GitLab