diff --git a/README.md b/README.md index 4f01f004ec89b0903262e03f803b6273342c5bd3..b3522cc15528c3cabe475fe94cea898bc59d04f7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ LICENSE: LGPL - see LICENSE file CHANGELOG: +1.5.2 - Minor bugfix with SDL interface 1.5.1 - Simulator supports continuous signals 1.5.0 - Introduce exhaustive simulator 1.4.3 - Fix Random simulation (multiple clicks happened) diff --git a/asn1_value_editor/asn1_value_editor.py b/asn1_value_editor/asn1_value_editor.py index 384efe250b2737f4a3725459124bbb3af233d111..32e5259440c4be5ba4c6600ad421376ff446a06b 100755 --- a/asn1_value_editor/asn1_value_editor.py +++ b/asn1_value_editor/asn1_value_editor.py @@ -16,7 +16,7 @@ __author__ = "Maxime Perrotin" __license__ = "LGPLv3" -__version__ = "1.5.1" +__version__ = "1.5.2" __url__ = "http://taste.tuxfamily.org" import sys