prep for next release cycle

This commit is contained in:
Greg Landrum
2019-04-09 06:30:05 +02:00
parent 2dc66b2fd4
commit 1fbafbf02b
3 changed files with 17 additions and 5 deletions

View File

@@ -96,9 +96,9 @@ set(RDK_PYTHON_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/rdkit")
#-------
# Config variables:
set(RDKit_Year "2019")
set(RDKit_Month "03")
set(RDKit_Month "09")
set(RDKit_Revision "1")
set(RDKit_RevisionModifier "")
set(RDKit_RevisionModifier "dev1")
set(RDKit_ABI "1")
# we need an integer version of the month later, so remove the zero padding

View File

@@ -47,16 +47,16 @@ master_doc = 'index'
# General information about the project.
project = u'The RDKit'
copyright = u'2018, Greg Landrum'
copyright = u'2019, Greg Landrum'
# 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 = '2019.03'
version = '2019.09'
# The full version, including alpha/beta/rc tags.
release = '2019.03.1'
release = '2019.09.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -1,3 +1,15 @@
# Release_2019.09.1
(Changes relative to Release_2019.03.1)
## Highlights:
## Acknowledgements:
## Bug Fixes:
## New Features and Enhancements:
# Release_2019.03.1
(Changes relative to Release_2018.09.1)