From 0cb984b98a4336e9738f92a88c09f57da08a8550 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Fri, 16 Dec 2022 16:14:41 +0100 Subject: release 3.7.0 --- .github/next_release.md | 2 +- CMakeGUDHIVersion.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/next_release.md b/.github/next_release.md index 61234ff7..f2192878 100644 --- a/.github/next_release.md +++ b/.github/next_release.md @@ -1,6 +1,6 @@ We are pleased to announce the release 3.7.0 of the GUDHI library. -As a major new feature, the GUDHI library now offers ... +As a major new feature, the GUDHI library now offers new functions to initialize a Simplex tree. Universal wheel for OSx pip package and python 3.11 are now available. We are now using GitHub to develop the GUDHI library, do not hesitate to [fork the GUDHI project on GitHub](https://github.com/GUDHI/gudhi-devel). From a user point of view, we recommend to download GUDHI user version (gudhi.3.X.X.tar.gz). diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt index 737708aa..319031b2 100644 --- a/CMakeGUDHIVersion.txt +++ b/CMakeGUDHIVersion.txt @@ -2,7 +2,7 @@ set (GUDHI_MAJOR_VERSION 3) set (GUDHI_MINOR_VERSION 7) # GUDHI_PATCH_VERSION can be 'ZaN' for Alpha release, 'ZbN' for Beta release, 'ZrcN' for release candidate or 'Z' for a final release. -set (GUDHI_PATCH_VERSION 0rc1) +set (GUDHI_PATCH_VERSION 0) set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION}) message(STATUS "GUDHI version : ${GUDHI_VERSION}") -- cgit v1.2.3