From 4947d890e9a4f6d15bc417580008c70ceb23a843 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 12 Aug 2019 08:52:18 -0500 Subject: [PATCH] Updating version files --- doc/sphinx/source/conf.py | 4 ++-- src/python/dm/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index 00c8360c..fc333024 100644 --- a/doc/sphinx/source/conf.py +++ b/doc/sphinx/source/conf.py @@ -57,9 +57,9 @@ author = u'APS/SDM' # built documents. # # The short X.Y version. -version = "3.0.0" +version = "3.0.1" # The full version, including alpha/beta/rc tags. -release = "3.0.0" +release = "3.0.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/python/dm/__init__.py b/src/python/dm/__init__.py index 48f377b1..a1e9de53 100644 --- a/src/python/dm/__init__.py +++ b/src/python/dm/__init__.py @@ -40,5 +40,5 @@ from dm.aps_db_web_service.api.bssApsDbApi import BssApsDbApi from dm.aps_db_web_service.api.esafApsDbApi import EsafApsDbApi from dm.aps_db_web_service.api.serviceMonitorApsDbApi import ServiceMonitorApsDbApi -__version__ = "3.0.0" +__version__ = "3.0.1" -- GitLab