From 5f1461dd9a4caa8e6fb14a051157f6c998162520 Mon Sep 17 00:00:00 2001 From: ScanMountGoat Date: Tue, 19 Nov 2024 12:10:09 -0600 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- xenoblade_blender/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01ddcc1..0357246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.15.4 - 2024-11-19 ### Fixed * Fixed an issue where editing a new material would also edit the original material in some cases. * Fixed a compatibility issue preventing import in Blender 4.3. diff --git a/xenoblade_blender/__init__.py b/xenoblade_blender/__init__.py index e9632ec..8b3042c 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, 15, 3), + "version": (0, 15, 4), "blender": (4, 1, 0), "location": "File > Import-Export", "warning": "",