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.7 containing non-ascii escaping and UInt32 and…
Browse files Browse the repository at this point in the history
… UInt16 support
  • Loading branch information
miile7 committed Dec 17, 2020
1 parent 89fc11e commit c7a3138
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.1.7
=============

- Escaping synchronized non-ascii characters in `TagGroup` keys and string values and unescaping
them in python again to prevent DigitalMicrograph crashing due to encoding problems
- Removing deprecated structure definition of `TagGroup`s and `TagList`s
- Adding conversion support from `dm-script` UInt32 to python `int` and `dm-script` UInt16 to python
`int`

Version 1.1.6
=============

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.6
1.1.7
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.6"
__version__ = "1.1.7"

0 comments on commit c7a3138

Please sign in to comment.