From beb260dceb88da176679907fc233fceab25081c4 Mon Sep 17 00:00:00 2001 From: Michael Schnabel Date: Tue, 28 Jul 2020 22:14:52 +0200 Subject: [PATCH] bump version (#179) --- io_mesh_w3d/__init__.py | 4 ++-- version_history.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/io_mesh_w3d/__init__.py b/io_mesh_w3d/__init__.py index a539843d..120950d6 100644 --- a/io_mesh_w3d/__init__.py +++ b/io_mesh_w3d/__init__.py @@ -7,12 +7,12 @@ from io_mesh_w3d.export_utils import save_data from io_mesh_w3d.custom_properties import * -VERSION = (0, 6, 0) +VERSION = (0, 6, 1) bl_info = { 'name': 'Import/Export Westwood W3D Format (.w3d/.w3x)', 'author': 'OpenSage Developers', - 'version': (0, 6, 0), + 'version': (0, 6, 1), "blender": (2, 83, 0), 'location': 'File > Import/Export > Westwood W3D (.w3d/.w3x)', 'description': 'Import or Export the Westwood W3D-Format (.w3d/.w3x)', diff --git a/version_history.txt b/version_history.txt index 7d21ca82..30d71caa 100644 --- a/version_history.txt +++ b/version_history.txt @@ -1,4 +1,6 @@ -v0.6.0 +v0.6.1 + +v0.6.0 (28.7.20) - export dummy shade indices (they are needed for the mod SDK (at least for W3X)) - support for mesh sorting levels - only display appropriate custom object properties