[Bf-extensions-cvs] [2ac013ce] master: glTF: Bump to 1.6.0 version in master after blender-2.92-release branch creation

Julien Duroure noreply at git.blender.org
Fri Jan 15 19:15:33 CET 2021


Commit: 2ac013ce0ba3547da2a8162ca420833b0d30d005
Author: Julien Duroure
Date:   Fri Jan 15 19:14:50 2021 +0100
Branches: master
https://developer.blender.org/rBA2ac013ce0ba3547da2a8162ca420833b0d30d005

glTF: Bump to 1.6.0 version in master after blender-2.92-release branch creation

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 5cde29d2..f8484203 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,7 +15,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": (1, 5, 13),
+    "version": (1, 6, 0),
     'blender': (2, 91, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list