diff --git a/Changelog.html b/Changelog.html index af64430..b26078a 100644 --- a/Changelog.html +++ b/Changelog.html @@ -1,5 +1,31 @@ +

+

Version 1.2.3

+

+

New Features:

+ +

+

+

Bugfixes:

+ +

+

+

Version 1.2.2

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