diff --git a/schainpy/VERSION b/schainpy/VERSION index c504c75..8a11af9 100644 --- a/schainpy/VERSION +++ b/schainpy/VERSION @@ -50,4 +50,7 @@ VERSIONS: -Support to MST-ISR experiments -Bug fixed getting noise using hyldebrant. (minimum number of points > 20%) -handleError added to jroplotter.py -- + +2.2.2: +-VoltageProc: ProfileSelector, Reshape, Decoder with nTxs!=1 and getblock=True was tested +-Rawdata and testRawdata.py added to Signal Chain project diff --git a/schainpy/__init__.py b/schainpy/__init__.py index 4c50e52..ac4f564 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.1" \ No newline at end of file +__version__ = "2.2.2" \ No newline at end of file