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

Commit 99d60b3

Browse files
committed
Adding new version 1.1.6 containing new get_persistent_tag() and remove_global_tag() functions and smaller improvements
1 parent f8f54b4 commit 99d60b3

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.1.6
2+
=============
3+
4+
- Adding `remove_global_tag()` with example in README
5+
- Adding `debug_file` can be any file object which includes `sys.stdout` to directly print out the
6+
code to execute
7+
- Adding `get_persistent_tag()` with example in README
8+
- Adding deprecation warning when defining the strucutre of `TagGroup`s or `TagList`s in the
9+
`readvars` in the `exec_dmscript()` function
10+
111
Version 1.1.5
212
=============
313

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.5
1+
1.1.6

execdmscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333

3434
from .execdmscript import *
3535

36-
__version__ = "1.1.5"
36+
__version__ = "1.1.6"

0 commit comments

Comments
 (0)