Skip to content

Commit

Permalink
Merge pull request #783 from VincentRouvreau/release_3.7.1_rc1
Browse files Browse the repository at this point in the history
3.7.1 release
  • Loading branch information
VincentRouvreau authored Jan 6, 2023
2 parents b6171a1 + 5c0bc34 commit 803e724
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
4 changes: 4 additions & 0 deletions .github/for_maintainers/next_release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ Feel free to [contact us](https://gudhi.inria.fr/contact/) in case you have any

For further information about downloading and installing the library ([C++](https://gudhi.inria.fr/doc/latest/installation.html) or [Python](https://gudhi.inria.fr/python/latest/installation.html)), please visit the [GUDHI web site](https://gudhi.inria.fr/).

## Contributors

- ...
- ...
21 changes: 3 additions & 18 deletions .github/next_release.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
We are pleased to announce the release 3.8.0 of the GUDHI library.
We are pleased to announce the release 3.7.1 of the GUDHI library.

As a major new feature, the GUDHI library now offers ...
This minor post-release is a bug fix version for [python representation module](https://gudhi.inria.fr/python/latest/representations.html).

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 made since GUDHI 3.7.0:

- [Module](link)
- ...

- [Module](link)
- ...


- Miscellaneous
- The [list of bugs that were solved since GUDHI-3.7.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.8.0+is%3Aclosed) is available on GitHub.
The [list of bugs that were solved since GUDHI-3.7.0](https://github.com/GUDHI/gudhi-devel/issues?q=label%3A3.7.1+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 @@ -26,8 +16,3 @@ We provide [bibtex entries](https://gudhi.inria.fr/doc/latest/_citation.html) fo
Feel free to [contact us](https://gudhi.inria.fr/contact/) in case you have any questions or remarks.

For further information about downloading and installing the library ([C++](https://gudhi.inria.fr/doc/latest/installation.html) or [Python](https://gudhi.inria.fr/python/latest/installation.html)), please visit the [GUDHI web site](https://gudhi.inria.fr/).

## Contributors

- ...
- ...
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 8)
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 0a0)
set (GUDHI_PATCH_VERSION 1rc1)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})

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

0 comments on commit 803e724

Please sign in to comment.