Skip to content

Commit

Permalink
Merge pull request #1099 from VincentRouvreau/prepare_release_3.11.0
Browse files Browse the repository at this point in the history
Cleanup for next release 3.11.0
  • Loading branch information
VincentRouvreau authored Jul 2, 2024
2 parents 0e59e57 + 190ceff commit 1d4421c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
22 changes: 16 additions & 6 deletions .github/next_release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
We are pleased to announce the release 3.10.1 of the GUDHI library.
We are pleased to announce the release 3.11.0 of the GUDHI library.

Only bug fixes have been implemented for this minor version.
As a major new feature, the GUDHI library now offers **...**

The [list of bugs that were solved](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.10.1+is%3Aclosed) is available on GitHub.
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).

Below is a list of changes:

- [Module](link)
- **...**

- [Module](link)
- **...**

- Miscellaneous
- The [list of bugs that were solved](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.11.0+is%3Aclosed) is available on GitHub.

All modules are distributed under the terms of the MIT license.
However, there are still GPL dependencies for many modules. We invite you to check our [license dedicated web page](https://gudhi.inria.fr/licensing/) for further details.
Expand All @@ -17,6 +28,5 @@ For further information about downloading and installing the library ([C++](http

## Contributors

- @hschreiber
- @mglisse
- @VincentRouvreau
- **...**
- **...**
4 changes: 2 additions & 2 deletions CMakeGUDHIVersion.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Must be conform to pep440 - https://www.python.org/dev/peps/pep-0440/#pre-releases
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 10)
set (GUDHI_MINOR_VERSION 11)
# 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 1)
set (GUDHI_PATCH_VERSION 0a1)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})

message(STATUS "GUDHI version : ${GUDHI_VERSION}")

0 comments on commit 1d4421c

Please sign in to comment.