From accffab7332c32f8019ddd4b343da3a70d447f70 Mon Sep 17 00:00:00 2001 From: ScanMountGoat Date: Tue, 3 Dec 2024 14:02:24 -0600 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- xenoblade_blender/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f5265..237f957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## unreleased +## 0.16.1 - 2024-12-03 ### Added * Added support for root motion to mot animation loading. ### Removed -* Removed the "Game Version" property for wimdo and wismhd import. Shader databases are now selected automatically based on the file data. +* Removed the "Game Version" property for wimdo and wismhd import. Shader database entries are now selected automatically based on the file data. ## 0.16.0 - 2024-11-27 ### Added diff --git a/xenoblade_blender/__init__.py b/xenoblade_blender/__init__.py index 573c4c2..b952ac0 100644 --- a/xenoblade_blender/__init__.py +++ b/xenoblade_blender/__init__.py @@ -4,7 +4,7 @@ "name": "Xenoblade Blender", "description": "Import and export Xenoblade models, maps, and animations", "author": "ScanMountGoat (SMG)", - "version": (0, 16, 0), + "version": (0, 16, 1), "blender": (4, 1, 0), "location": "File > Import-Export", "warning": "",