From e2c1e3ec075156d4129a0b8ef8d079f93e9f4676 2015-10-13 21:30:08 From: Miguel Valdez Date: 2015-10-13 21:30:08 Subject: [PATCH] VERSION log --- diff --git a/schainpy/VERSION b/schainpy/VERSION new file mode 100644 index 0000000..ad289aa --- /dev/null +++ b/schainpy/VERSION @@ -0,0 +1,7 @@ +VERSIONS: + +2.1.2: +-jroutils_ftp.py: Server thread stops when an error sending file has been detected +-jroplot_spectra.py: Noise path was not being created saving noise data. +-jroIO_base.py: startTime can be greater than endTime +-jroplot_heispectra.py: SpectraHeisScope was not showing the right channel diff --git a/schainpy/__init__.py b/schainpy/__init__.py index 79f8e69..5d95b94 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.5.2" \ No newline at end of file +__version__ = "2.1.2" \ No newline at end of file