diff --git a/schainpy/VERSION b/schainpy/VERSION index ead916f..7b66181 100644 --- a/schainpy/VERSION +++ b/schainpy/VERSION @@ -26,4 +26,8 @@ VERSIONS: -Colored Button Icons were added to GUI 2.1.4: --Sending error notifications to signal chain administrator \ No newline at end of file +-Sending error notifications to signal chain administrator +-Login to email server added + +2.1.4.1: +-Send notifications when an error different to ValueError is detected \ No newline at end of file diff --git a/schainpy/__init__.py b/schainpy/__init__.py index 54bdb1d..ab8d7d9 100644 --- a/schainpy/__init__.py +++ b/schainpy/__init__.py @@ -4,4 +4,4 @@ Created on Feb 7, 2012 @author $Author$ @version $Id$ ''' -__version__ = "2.1.4" \ No newline at end of file +__version__ = "2.1.4.1" \ No newline at end of file