diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 2ccf9fc2ebac9ce1f0849e0bf6d5655585ea594d..2405bce30101f5a7dcb475d8baec2576e9e519e2 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,3 +1,18 @@ +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 diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index 508e03456d017cece0c0cf5a761facddad1d9038..86a6f895b231159ef7658026563ad734535510a4 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -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.