diff --git a/etc/dm.deploy.conf b/etc/dm.deploy.conf
index 87864bc8b70e7334ce4d7fc989da57eb8d3d7878..050461ab94278c89e9ebe609105aee3549ef25de 100644
--- a/etc/dm.deploy.conf
+++ b/etc/dm.deploy.conf
@@ -15,5 +15,5 @@ DM_DAQ_WEB_SERVICE_HOST=DM_HOSTNAME
 DM_DAQ_WEB_SERVICE_PORT=33336
 DM_CAT_WEB_SERVICE_HOST=DM_HOSTNAME
 DM_CAT_WEB_SERVICE_PORT=44436
-DM_SOFTWARE_VERSION="0.10 (DM_DATE)"
+DM_SOFTWARE_VERSION="0.11 (DM_DATE)"
 
diff --git a/src/python/dm/__init__.py b/src/python/dm/__init__.py
index d3ba006f6a784753d4e64bb3a324ac922c807778..16317eac2df340749b47ecd487d7739795e08c6b 100644
--- a/src/python/dm/__init__.py
+++ b/src/python/dm/__init__.py
@@ -1 +1 @@
-__version__ = "0.10 (2016.03.21)"
+__version__ = "0.11 (2016.04.28)"
diff --git a/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py b/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py
index d08f2e1c5bd9a3329955c39f8e637d22a75b15dc..2669c5add0c25296081f8355d27777126064c17f 100755
--- a/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py
+++ b/src/python/dm/daq_web_service/service/impl/experimentSessionControllerImpl.py
@@ -136,6 +136,7 @@ class ExperimentSessionControllerImpl(DmObjectManager):
 
         try:
             # Get files
+            self.logger.debug('Retrieving file paths for %s' % dataDirectory)
             filePathsDict = FileSystemObserver.getInstance().getFiles(dataDirectory)
 
             # Remove hidden files