From 59e60e243a3120ea414029be0295df0dc001ae77 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Wed, 15 Jan 2020 10:46:55 -0600 Subject: [PATCH] Updating version files --- doc/sphinx/source/conf.py | 4 ++-- etc/dm.deploy.conf | 2 +- src/python/dm/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/source/conf.py b/doc/sphinx/source/conf.py index ca7330e2..b177a96d 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.2.0" +version = "3.2.1" # The full version, including alpha/beta/rc tags. -release = "3.2.0" +release = "3.2.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf index fd69f5ae..3bde0ad7 100644 --- a/etc/dm.deploy.conf +++ b/etc/dm.deploy.conf @@ -14,7 +14,7 @@ DM_DAQ_WEB_SERVICE_URL=https://DM_HOSTNAME:33336 DM_CAT_WEB_SERVICE_URL=https://DM_HOSTNAME:44436 DM_PROC_WEB_SERVICE_URL=https://DM_HOSTNAME:55536 DM_APS_DB_WEB_SERVICE_URL=https://DM_HOSTNAME:11236 -DM_SOFTWARE_VERSION=3.2.0 +DM_SOFTWARE_VERSION=3.2.1 LDAP_SERVER_URL='ldaps://dmid-vm.xray.aps.anl.gov:636' LDAP_DN_FORMAT='uid=%%s,ou=people,o=aps.anl.gov,dc=aps,dc=anl,dc=gov' LDAP_UTIL_ADMIN_DN='uid=DM_SYSTEM_UNIX_ACCOUNT,ou=People,o=aps.anl.gov,dc=aps,dc=anl,dc=gov' diff --git a/src/python/dm/__init__.py b/src/python/dm/__init__.py index 109ec2c4..19625681 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.2.0" +__version__ = "3.2.1" -- GitLab