[Bf-extensions-cvs] [32e2c3d6] master: glTF: Bump version after blender-v3.3-release branch creation

Julien Duroure noreply at git.blender.org
Sat Aug 6 11:45:40 CEST 2022


Commit: 32e2c3d61e48271ca63f77bf3b5dd8b4b607aa1f
Author: Julien Duroure
Date:   Sat Aug 6 11:45:14 2022 +0200
Branches: master
https://developer.blender.org/rBA32e2c3d61e48271ca63f77bf3b5dd8b4b607aa1f

glTF: Bump version after blender-v3.3-release branch creation

===================================================================

M	io_scene_gltf2/__init__.py

===================================================================

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 98210e82..b4d05c47 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -4,7 +4,7 @@
 bl_info = {
     'name': 'glTF 2.0 format',
     'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
-    "version": (3, 3, 17),
+    "version": (3, 4, 0),
     'blender': (3, 3, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list