diff --git a/source/conf.py b/source/conf.py index 7c1184d7..315b42d0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -16,7 +16,7 @@ from time import strftime # Configuring version and Git snapshots. -rel_version = '2019.11.30' +rel_version = '2019.12.30' rel_snapshot = getenv('CI_HASH') # -- General configuration ------------------------------------------------