From 87b4f0f16016d67735e21b3a9405a19d8ca6fe82 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 2 May 2024 17:18:47 +0200 Subject: [PATCH] Set version 0.14 --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ VERSION | 2 +- distro/debian/changelog | 2 +- distro/rpm/otrobopt.spec | 2 +- python/src/__init__.py | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 57c7a37..12c6a24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,7 +132,7 @@ endmacro ( ot_add_current_dir_to_include_dirs ) set ( CPACK_PACKAGE_NAME ${PACKAGE_NAME} ) set ( CPACK_PACKAGE_VERSION_MAJOR 0 ) -set ( CPACK_PACKAGE_VERSION_MINOR 13 ) +set ( CPACK_PACKAGE_VERSION_MINOR 14 ) set ( CPACK_PACKAGE_VERSION_PATCH ) set ( CPACK_SOURCE_GENERATOR "TGZ;TBZ2" ) set (CPACK_BINARY_STGZ OFF CACHE BOOL "STGZ") diff --git a/ChangeLog b/ChangeLog index ceda3cf..ea84b60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ += 0.14 release (2024-05-12) + + * Maintenance + = 0.13 release (2023-11-14) * Add SubsetInverseSampling diff --git a/VERSION b/VERSION index f304084..948a547 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.13 +0.14 diff --git a/distro/debian/changelog b/distro/debian/changelog index 547d452..af6c1de 100644 --- a/distro/debian/changelog +++ b/distro/debian/changelog @@ -1,4 +1,4 @@ -otrobopt (0.13-0.1) unstable; urgency=low +otrobopt (0.14-0.1) unstable; urgency=low * Non-maintainer upload. * Initial release. diff --git a/distro/rpm/otrobopt.spec b/distro/rpm/otrobopt.spec index 903724e..59e1440 100644 --- a/distro/rpm/otrobopt.spec +++ b/distro/rpm/otrobopt.spec @@ -20,7 +20,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ -DBUILD_SHARED_LIBS:BOOL=ON Name: otrobopt -Version: 0.13 +Version: 0.14 Release: 0%{?dist} Summary: OpenTURNS module Group: System Environment/Libraries diff --git a/python/src/__init__.py b/python/src/__init__.py index 1b5070f..cae9b4a 100644 --- a/python/src/__init__.py +++ b/python/src/__init__.py @@ -15,4 +15,4 @@ from .otrobopt import * -__version__ = '0.13' +__version__ = '0.14'