We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f049a1 commit 737c216Copy full SHA for 737c216
CHANGELOG.md
@@ -1,5 +1,10 @@
1
### Changelog
2
3
+### 1.0.7
4
+
5
+* Handle empty self-closed container tags on export
6
+* Improve tests
7
8
### 1.0.6
9
10
* Matrix class is no longer scaling objects down/up (it should never have done
pymvr/__init__.py
@@ -32,7 +32,7 @@
32
from .value import Matrix, Color # type: ignore
33
from enum import Enum
34
35
-__version__ = "1.0.6"
+__version__ = "1.0.7"
36
37
38
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":
0 commit comments