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 8057f61 commit 7feba4aCopy full SHA for 7feba4a
2 files changed
CHANGELOG.md
@@ -1,9 +1,10 @@
1
### Changelog
2
3
-### 1.0.0-dev0
+### 1.0.0
4
5
-* Breaking changes. There is now an additional .scene object, plus several
6
- other collector objects. Look at the tests/readme for details.
+* Breaking changes, but updating is not complex. There is now an additional
+ .scene object, plus several other collector objects. Look at the tests/readme
7
+ for details.
8
* Big refactor of structure - ensure that XML structure is followed in code
9
* Implemented all MVR fields
10
* Big refactor for export
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.0-dev0"
+__version__ = "1.0.0"
35
36
37
def _find_root(pkg: "zipfile.ZipFile") -> "ElementTree.Element":
0 commit comments