Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
### Changelog

### 1.0.0-dev0
### 1.0.0

* Breaking changes. There is now an additional .scene object, plus several
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
for details.
* Big refactor of structure - ensure that XML structure is followed in code
* Implemented all MVR fields
* Big refactor for export
Expand Down
2 changes: 1 addition & 1 deletion pymvr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from .value import Matrix, Color # type: ignore
from enum import Enum

__version__ = "1.0.0-dev0"
__version__ = "1.0.0"


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