diff --git a/CHANGELOG b/CHANGELOG index 8127d82..c2e7fb7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +Version 1.1.3 +============= + +- Adding `convert_to_taggroup()` function that converts `dict`s, `list`s and `tuple`s to a + `DigitalMicrograph.Py_TagGroup` directly. +- Changing imports in `__init__.py` to import everything + Version 1.1.2 ============= diff --git a/VERSION b/VERSION index 8428158..9c1218c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 \ No newline at end of file +1.1.3 \ No newline at end of file