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

Commit

Permalink
Adding new version 1.1.6 containing new get_persistent_tag() and remo…
Browse files Browse the repository at this point in the history
…ve_global_tag() functions and smaller improvements
  • Loading branch information
miile7 committed Nov 19, 2020
1 parent f8f54b4 commit 99d60b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Version 1.1.6
=============

- Adding `remove_global_tag()` with example in README
- Adding `debug_file` can be any file object which includes `sys.stdout` to directly print out the
code to execute
- Adding `get_persistent_tag()` with example in README
- Adding deprecation warning when defining the strucutre of `TagGroup`s or `TagList`s in the
`readvars` in the `exec_dmscript()` function

Version 1.1.5
=============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5
1.1.6
2 changes: 1 addition & 1 deletion execdmscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@

from .execdmscript import *

__version__ = "1.1.5"
__version__ = "1.1.6"

0 comments on commit 99d60b3

Please sign in to comment.