From c1e32980ea7f1bf96a815d7a20e818fcad294dc0 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Tue, 22 May 2018 13:39:14 +0200
Subject: [PATCH] Change version number from 1.1.0 to 1.2.0

---
 VERSION                                    | 2 +-
 setup.py                                   | 2 +-
 splearn/__init__.py                        | 2 +-
 splearn/automaton.py                       | 2 +-
 splearn/datasets/data_sample.py            | 2 +-
 splearn/hankel.py                          | 2 +-
 splearn/serializer.py                      | 2 +-
 splearn/spectral.py                        | 2 +-
 splearn/tests/datasets/get_dataset_path.py | 2 +-
 splearn/tests/test_automaton.py            | 2 +-
 splearn/tests/test_base.py                 | 2 +-
 splearn/tests/test_data_sample.py          | 2 +-
 splearn/tests/test_hankel.py               | 2 +-
 splearn/tests/test_serializer.py           | 2 +-
 splearn/tests/test_spectral.py             | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/VERSION b/VERSION
index e19bf06..eafcb6a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-splearn:1.1.0
\ No newline at end of file
+splearn:1.2.0
diff --git a/setup.py b/setup.py
index 190a341..e268b44 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/__init__.py b/splearn/__init__.py
index ea4eddc..539932b 100644
--- a/splearn/__init__.py
+++ b/splearn/__init__.py
@@ -2,4 +2,4 @@ from splearn.automaton import Automaton
 from splearn.serializer import Serializer
 from splearn.spectral import Spectral
 from splearn.hankel import Hankel
-__version__ = "1.1.0"
+__version__ = "1.2.0"
diff --git a/splearn/automaton.py b/splearn/automaton.py
index 4413e35..1a337d6 100644
--- a/splearn/automaton.py
+++ b/splearn/automaton.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/datasets/data_sample.py b/splearn/datasets/data_sample.py
index 0c9f31f..34f58a3 100644
--- a/splearn/datasets/data_sample.py
+++ b/splearn/datasets/data_sample.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/hankel.py b/splearn/hankel.py
index 6412515..85899cc 100644
--- a/splearn/hankel.py
+++ b/splearn/hankel.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/serializer.py b/splearn/serializer.py
index cc22be7..81e5981 100644
--- a/splearn/serializer.py
+++ b/splearn/serializer.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/spectral.py b/splearn/spectral.py
index d10dea8..3198f53 100644
--- a/splearn/spectral.py
+++ b/splearn/spectral.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/datasets/get_dataset_path.py b/splearn/tests/datasets/get_dataset_path.py
index 7175fb1..7ce9c44 100644
--- a/splearn/tests/datasets/get_dataset_path.py
+++ b/splearn/tests/datasets/get_dataset_path.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/test_automaton.py b/splearn/tests/test_automaton.py
index ce1ceb7..a09b7b5 100644
--- a/splearn/tests/test_automaton.py
+++ b/splearn/tests/test_automaton.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/test_base.py b/splearn/tests/test_base.py
index b0abc2c..973b9b4 100644
--- a/splearn/tests/test_base.py
+++ b/splearn/tests/test_base.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/test_data_sample.py b/splearn/tests/test_data_sample.py
index affb871..afdf3f5 100644
--- a/splearn/tests/test_data_sample.py
+++ b/splearn/tests/test_data_sample.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/test_hankel.py b/splearn/tests/test_hankel.py
index a1cb6c2..da23103 100644
--- a/splearn/tests/test_hankel.py
+++ b/splearn/tests/test_hankel.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/test_serializer.py b/splearn/tests/test_serializer.py
index fddafd8..9bc75bd 100644
--- a/splearn/tests/test_serializer.py
+++ b/splearn/tests/test_serializer.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
diff --git a/splearn/tests/test_spectral.py b/splearn/tests/test_spectral.py
index 00ade34..3d397c7 100644
--- a/splearn/tests/test_spectral.py
+++ b/splearn/tests/test_spectral.py
@@ -24,7 +24,7 @@
 # Version:
 # -------
 #
-# * splearn version = 1.1.0
+# * splearn version = 1.2.0
 #
 # Licence:
 # -------
-- 
GitLab