Skip to content

Commit 9752557

Browse files
author
Michaelschnabel-DM
committed
updated version for release
1 parent 8d6d5c8 commit 9752557

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version History
22

3-
## v0.7.0 ()
3+
## v0.7.0 (29.01.24)
44
* delete base sphere object and mesh after hierarchy import
55
* adapt to API changes in Blender 4.0+
66

io_mesh_w3d/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
from io_mesh_w3d.blender_addon_updater import addon_updater_ops
1414

15-
VERSION = (0, 6, 9)
15+
VERSION = (0, 7, 0)
1616

1717
bl_info = {
1818
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
1919
'author': 'OpenSage Developers',
20-
'version': (0, 6, 9),
20+
'version': (0, 7, 0),
2121
"blender": (2, 90, 0),
2222
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
2323
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',

0 commit comments

Comments
 (0)