Skip to content

Commit

Permalink
updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelschnabel-DM committed Jan 29, 2024
1 parent 8d6d5c8 commit 9752557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version History

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

Expand Down
4 changes: 2 additions & 2 deletions io_mesh_w3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

from io_mesh_w3d.blender_addon_updater import addon_updater_ops

VERSION = (0, 6, 9)
VERSION = (0, 7, 0)

bl_info = {
'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)',
'author': 'OpenSage Developers',
'version': (0, 6, 9),
'version': (0, 7, 0),
"blender": (2, 90, 0),
'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)',
'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)',
Expand Down

0 comments on commit 9752557

Please sign in to comment.