Skip to content

Commit 7feba4a

Browse files
committed
Release v1.0.0
1 parent 8057f61 commit 7feba4a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
### 1.0.0-dev0
3+
### 1.0.0
44

5-
* Breaking changes. There is now an additional .scene object, plus several
6-
other collector objects. Look at the tests/readme for details.
5+
* Breaking changes, but updating is not complex. There is now an additional
6+
.scene object, plus several other collector objects. Look at the tests/readme
7+
for details.
78
* Big refactor of structure - ensure that XML structure is followed in code
89
* Implemented all MVR fields
910
* Big refactor for export

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.0-dev0"
34+
__version__ = "1.0.0"
3535

3636

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

0 commit comments

Comments
 (0)