Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/atomic-basis-index
Browse files Browse the repository at this point in the history
  • Loading branch information
toxa81 authored May 28, 2021
2 parents 937c7b4 + d63f6de commit b67cc05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# We could be fine with 3.12, but 3.14 has ctest --show-only=json-v1 used in CI.
cmake_minimum_required(VERSION 3.14)

project(SIRIUS VERSION 7.2.4)
project(SIRIUS VERSION 7.2.5)

# user variables
set(CREATE_PYTHON_MODULE OFF CACHE BOOL "create sirius Python module")
Expand Down
3 changes: 2 additions & 1 deletion doc/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ PROJECT_NAME = "SIRIUS"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "7.2.1"

PROJECT_NUMBER = "7.2.5"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit b67cc05

Please sign in to comment.