Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit c9e2f00

Browse files
committed
Adding Version hints for 1.0.2
1 parent fce49b5 commit c9e2f00

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.0.2
2+
=============
3+
4+
- Adding new error class `DMScriptError`
5+
- Checking dm-script execution on runtime dm-script errors, displaying them to the user with
6+
corrected line numbers
7+
18
Version 1.0.1
29
=============
310

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="execdmscript",
8-
version="1.0.1",
8+
version="1.0.2",
99
author="miile7",
1010
author_email="miile7@gmx.de",
1111
description=("A python module for executing DM-Script from python in the " +

0 commit comments

Comments
 (0)