From e43a4a89c9d34f225d0b4c9b4125a89973a1c91e Mon Sep 17 00:00:00 2001 From: Bastien Montagne <bastien@blender.org> Date: Wed, 21 Jun 2023 16:15:48 +0200 Subject: [PATCH] FBX IO: Raise minor version after recent improvements to custom properties suport. --- io_scene_fbx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py index 025f6d842..aab0647cb 100644 --- a/io_scene_fbx/__init__.py +++ b/io_scene_fbx/__init__.py @@ -3,7 +3,7 @@ bl_info = { "name": "FBX format", "author": "Campbell Barton, Bastien Montagne, Jens Restemeier, @Mysteryem", - "version": (5, 3, 4), + "version": (5, 4, 0), "blender": (3, 6, 0), "location": "File > Import-Export", "description": "FBX IO meshes, UVs, vertex colors, materials, textures, cameras, lamps and actions", -- GitLab