diff --git a/README.md b/README.md index c6f3678886db87f08b60bf39f7fcf50532849420..d187a4d0f43fc0a66a8cc24b5e3520ee218de7b1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ LICENSE: LGPL - see LICENSE file CHANGELOG: +1.6.1 - Fix messages that did not appear on the GUI if received too fast 1.6.0 - Fix autoscrolling in MSC streaming scenes 1.5.8 - Fix in Scenario.py used in MSCtoPython handlers 1.5.7 - No change - 1st version in TASTEv4 diff --git a/asn1_value_editor/asn1_value_editor.py b/asn1_value_editor/asn1_value_editor.py index 9e41e94ab163dd2ae2729b290e3ba043d091c380..d34b04242ef84c23653974316b1d0e0c7560068c 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.6.0" +__version__ = "1.6.1" __url__ = "http://taste.tuxfamily.org" import sys