Skip to content

Commit 0380c78

Browse files
committed
Release v1.0.3
1 parent 5f7d33b commit 0380c78

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### 1.0.3
4+
5+
* Ensure that layers are created in XML
6+
* Fix header - providerVersion
7+
* Handle empty names
8+
* Make Symdefs to follow XML
9+
10+
### 1.0.2
11+
12+
* Change export XML declaration
13+
* Add missing Source XML export to MappingDefinition
14+
* Remove unused export attributes from Data()
15+
16+
### 1.0.1
17+
18+
* Adjust default class attributes to prevent mutable shared data
19+
320
### 1.0.0
421

522
* Breaking changes, but updating is not complex. There is now an additional

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.3.dev9"
34+
__version__ = "1.0.3"
3535

3636

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

0 commit comments

Comments
 (0)