From 6dab1cfa15cc43fbe0e2aa819f797decfc6992fb 2016-01-12 23:43:23 From: Miguel Valdez Date: 2016-01-12 23:43:23 Subject: [PATCH] Version updated --- diff --git a/schainpy/VERSION b/schainpy/VERSION index 094b4f1..c2efc09 100644 --- a/schainpy/VERSION +++ b/schainpy/VERSION @@ -66,4 +66,8 @@ was modified for every branch (because this was a reference). It was modified in 2.2.3.1: -Filtering block by time has been added. -Bug fixed plotting RTI, CoherenceMap and others using xmin and xmax parameters. The first day worked -properly but the next days did not. \ No newline at end of file +properly but the next days did not. + +2.2.4: +-jroproc_spectra_lags.py added to schainpy +-Bug fixed in schainGUI: project created the same procUnit in some cases. diff --git a/schainpy/__init__.py b/schainpy/__init__.py index d41883c..e5dacd0 100644 --- a/schainpy/__init__.py +++ b/schainpy/__init__.py @@ -4,4 +4,4 @@ Created on Feb 7, 2012 @author $Author$ @version $Id$ ''' -__version__ = "2.2.3.1" \ No newline at end of file +__version__ = "2.2.3.2" \ No newline at end of file