From c9e2f0061edf60339f847608d32ecc014e015028 Mon Sep 17 00:00:00 2001 From: miile7 Date: Wed, 2 Sep 2020 09:24:28 +0200 Subject: [PATCH] Adding Version hints for 1.0.2 --- CHANGELOG | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9467479..05683e6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 1.0.2 +============= + +- Adding new error class `DMScriptError` +- Checking dm-script execution on runtime dm-script errors, displaying them to the user with + corrected line numbers + Version 1.0.1 ============= diff --git a/setup.py b/setup.py index 3b46044..c71b723 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="execdmscript", - version="1.0.1", + version="1.0.2", author="miile7", author_email="miile7@gmx.de", description=("A python module for executing DM-Script from python in the " +