From 99f8f271d09d2e58114664e220614477f5b9d4ae Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Fri, 21 Jun 2019 21:47:05 +0000
Subject: [PATCH] preparing for release

---
 RELEASE_NOTES.txt     | 15 +++++++++++++++
 sphinx/source/conf.py |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 2ccf9fc2..2405bce3 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 508e0345..86a6f895 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.
-- 
GitLab