diff --git a/Changelog.html b/Changelog.html index 9040c82..af64430 100644 --- a/Changelog.html +++ b/Changelog.html @@ -1,5 +1,27 @@ +

+

Version 1.2.2

+

+

New Features:

+ +

+

+

Bugfixes:

+ +

+

+

Version 1.2.1

diff --git a/VERSION b/VERSION index 91f31dd..dfb6ba6 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.2.1 +1.2.2 #YOU SHOULD NOT CHANGE THE CONTENT OF THIS FILE diff --git a/ressources/python/pytson.py b/ressources/python/pytson.py index 4ebf4b6..f3dd4dd 100644 --- a/ressources/python/pytson.py +++ b/ressources/python/pytson.py @@ -9,7 +9,7 @@ from PythonQt.QtGui import QApplication -_PYTSON_VERSION = "1.2.1" +_PYTSON_VERSION = "1.2.2" def tr(context, sourcetext, *, disambiguation="", n=-1):