Skip to content
Snippets Groups Projects
Commit e709ed43 authored by sveseli's avatar sveseli
Browse files

preparing for release

parent 6fe90d0a
No related branches found
No related tags found
No related merge requests found
Release 2.5.0 (06/23/2019)
=============================
- Added pprint (pretty-print) option to display format for all commands
- Added support for repeated commands via repeatPeriod/repeatUntil/maxRepeats
keys in workflow definitions
- Implemented ability to stop processing jobs
- New command:
* stop-processing-job
- Enhanced support for processing multiple files with a given workflow
- New command:
* process-files
- Updated workflow API documentation
- DM Station GUI fixes/enhancements:
- Fixed issue with modifying user list before saving experiment
Release 2.4.0 (05/20/2019)
=============================
- Added system LDAP utilities for verifying and creating groups
......
......@@ -57,9 +57,9 @@ author = u'APS/SDM'
# built documents.
#
# The short X.Y version.
version = "2.4.0"
version = "2.5.0"
# The full version, including alpha/beta/rc tags.
release = "2.4.0"
release = "2.5.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -14,5 +14,5 @@ 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=2.4.0
DM_SOFTWARE_VERSION=2.5.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment