Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DM
dm-docs
Commits
e98556af
Commit
e98556af
authored
May 06, 2020
by
hammonds
Browse files
Updating version files
parent
5e4dc329
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/sphinx/source/conf.py
View file @
e98556af
...
...
@@ -57,9 +57,9 @@ author = u'APS/SDM'
# built documents.
#
# The short X.Y version.
version
=
"3.3.
0
"
version
=
"3.3.
1
"
# The full version, including alpha/beta/rc tags.
release
=
"3.3.
0
"
release
=
"3.3.
1
"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
etc/dm.deploy.conf
View file @
e98556af
...
...
@@ -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
.
3
.
0
DM_SOFTWARE_VERSION
=
3
.
3
.
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'
...
...
src/python/dm/__init__.py
View file @
e98556af
...
...
@@ -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.3.
0
"
__version__
=
"3.3.
1
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment