Skip to content

Commit 55a3e83

Browse files
committed
Release 1.0.4
1 parent a628c2a commit 55a3e83

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### Changelog
22

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+
39
### 1.0.3
410

511
* Ensure that layers are created in XML

pymvr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from .value import Matrix, Color # type: ignore
3232
from enum import Enum
3333

34-
__version__ = "1.0.4.dev0"
34+
__version__ = "1.0.4"
3535

3636

3737
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":

0 commit comments

Comments
 (0)