We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7d33b commit 0380c78Copy full SHA for 0380c78
2 files changed
CHANGELOG.md
@@ -1,5 +1,22 @@
1
### Changelog
2
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
20
### 1.0.0
21
22
* Breaking changes, but updating is not complex. There is now an additional
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.3.dev9"
+__version__ = "1.0.3"
35
36
37
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":
0 commit comments