Skip to content
Snippets Groups Projects
Commit 88be51a5 authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Update version to 3.2.0

parent 34ff9d13
No related branches found
No related tags found
No related merge requests found
Changes in Release 3.X.0 Changes in Release 3.2.0
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
* Added automated testing of all example scripts in the documentation * Added automated testing of all example scripts in the documentation
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR)
set (QMEAN_VERSION_MAJOR 3) set (QMEAN_VERSION_MAJOR 3)
set (QMEAN_VERSION_MINOR 1) set (QMEAN_VERSION_MINOR 2)
set (QMEAN_VERSION_PATCH 0) set (QMEAN_VERSION_PATCH 0)
set (QMEAN_VERSION_STRING ${QMEAN_VERSION_MAJOR}.${QMEAN_VERSION_MINOR}.${QMEAN_VERSION_PATCH} ) set (QMEAN_VERSION_STRING ${QMEAN_VERSION_MAJOR}.${QMEAN_VERSION_MINOR}.${QMEAN_VERSION_PATCH} )
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake_support) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake_support)
...@@ -61,7 +61,7 @@ string(REPLACE "." ";" _python_version_list ${PYTHON_VERSION}) ...@@ -61,7 +61,7 @@ string(REPLACE "." ";" _python_version_list ${PYTHON_VERSION})
list(GET _python_version_list 0 PYTHON_VERSION_MAJOR) list(GET _python_version_list 0 PYTHON_VERSION_MAJOR)
list(GET _python_version_list 1 PYTHON_VERSION_MINOR) list(GET _python_version_list 1 PYTHON_VERSION_MINOR)
find_package(OPENSTRUCTURE 1.10.0 REQUIRED find_package(OPENSTRUCTURE 1.11.0 REQUIRED
COMPONENTS mol seq seq_alg mol_alg conop) COMPONENTS mol seq seq_alg mol_alg conop)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY)
......
...@@ -63,16 +63,16 @@ master_doc = 'index' ...@@ -63,16 +63,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'QMEAN' project = u'QMEAN'
copyright = u'2016-2019, Gabriel Studer' copyright = u'2016-2020, Gabriel Studer'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
release = '3.1.0' release = '3.2.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.1.0' release = '3.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment