We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a628c2a commit 55a3e83Copy full SHA for 55a3e83
CHANGELOG.md
@@ -1,5 +1,11 @@
1
### Changelog
2
3
+### 1.0.4
4
+
5
+* Add test for MVR read-write round-trip
6
+* Export matrix only if it carries values
7
+* Export FixtureIDs only if not none
8
9
### 1.0.3
10
11
* Ensure that layers are created in XML
pymvr/__init__.py
@@ -31,7 +31,7 @@
31
from .value import Matrix, Color # type: ignore
32
from enum import Enum
33
34
-__version__ = "1.0.4.dev0"
+__version__ = "1.0.4"
35
36
37
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":
0 commit comments