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

Commit

Permalink
Adding Version hints for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miile7 committed Sep 2, 2020
1 parent fce49b5 commit c9e2f00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
=============

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="execdmscript",
version="1.0.1",
version="1.0.2",
author="miile7",
author_email="[email protected]",
description=("A python module for executing DM-Script from python in the " +
Expand Down

0 comments on commit c9e2f00

Please sign in to comment.