From 39f30fc5e603d6517768efc4afc3c0afe926ff50 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Sun, 8 May 2022 18:40:32 +0200 Subject: [PATCH] Update to version 1.3.1 --- CHANGELOG.rst | 10 ++++++++++ VERSION | 2 +- doc/doxygen/Doxyfile | 2 +- doc/sphinx/conf.py | 6 +++--- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7913ac3..3f2dd3a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,16 @@ Change Log Notable project changes in various releases. +1.3.1 +===== + +Fixed +----- + +* Compilation error in unit tests + +* Standard CMake option ``BUILD_TESTING`` to disable building unit tests + 1.3 === diff --git a/VERSION b/VERSION index f0bb29e..3a3cd8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile index bd83227..44f8e1e 100644 --- a/doc/doxygen/Doxyfile +++ b/doc/doxygen/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "MpiFx" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "1.3.0" +PROJECT_NUMBER = "1.3.1" # 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 diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 9df2efe..6dddbf1 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -38,17 +38,17 @@ # General information about the project. project = u'MPIFX' -copyright = u'2013-2020, DFTB+ developers group' +copyright = u'2013-2022, DFTB+ developers group' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '1.3' +version = '1.3.1' # The full version, including alpha/beta/rc tags. -release = '1.3.0' +release = '1.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.