Skip to content

Commit 737c216

Browse files
committed
Release v1.0.7
1 parent 0f049a1 commit 737c216

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
### 1.0.7
4+
5+
* Handle empty self-closed container tags on export
6+
* Improve tests
7+
38
### 1.0.6
49

510
* Matrix class is no longer scaling objects down/up (it should never have done

pymvr/__init__.py

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

35-
__version__ = "1.0.6"
35+
__version__ = "1.0.7"
3636

3737

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

0 commit comments

Comments
 (0)