diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e746e1..9cc7c03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ endmacro () set ( CPACK_PACKAGE_NAME ${PACKAGE_NAME} ) set ( CPACK_PACKAGE_VERSION_MAJOR 0 ) -set ( CPACK_PACKAGE_VERSION_MINOR 16 ) +set ( CPACK_PACKAGE_VERSION_MINOR 17 ) 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 86083da..4cbec49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ += 0.17 release (2024-05-02) + + * Maintenance release + = 0.16 release (2024-01-09) - Depend on mixmod library (https://github.com/mixmod) diff --git a/VERSION b/VERSION index 8eac30c..50653ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.16 +0.17 diff --git a/distro/debian/changelog b/distro/debian/changelog index aa36d25..14617a0 100644 --- a/distro/debian/changelog +++ b/distro/debian/changelog @@ -1,4 +1,4 @@ -otmixmod (0.16-0.1) unstable; urgency=low +otmixmod (0.17-0.1) unstable; urgency=low * Non-maintainer upload. * Initial release. diff --git a/distro/rpm/otmixmod.spec b/distro/rpm/otmixmod.spec index 6726b63..2fd3e0e 100644 --- a/distro/rpm/otmixmod.spec +++ b/distro/rpm/otmixmod.spec @@ -20,7 +20,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ -DBUILD_SHARED_LIBS:BOOL=ON Name: otmixmod -Version: 0.16 +Version: 0.17 Release: 0%{?dist} Summary: OpenTURNS module Group: System Environment/Libraries diff --git a/python/src/__init__.py b/python/src/__init__.py index bc6662b..c38f900 100644 --- a/python/src/__init__.py +++ b/python/src/__init__.py @@ -16,4 +16,4 @@ from .otmixmod import * -__version__ = '0.16' +__version__ = '0.17'