[Bf-extensions-cvs] [d6084937] master: glTF: bump version after changes on blender repo, copied in Khronos repo

Julien Duroure noreply at git.blender.org
Sat Apr 18 17:20:43 CEST 2020


Commit: d60849373c655878ce5a1ebf61180682ee278595
Author: Julien Duroure
Date:   Sat Apr 18 17:20:07 2020 +0200
Branches: master
https://developer.blender.org/rBAd60849373c655878ce5a1ebf61180682ee278595

glTF: bump version after changes on blender repo, copied in Khronos repo

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 58f020da..3cdde69a 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, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
-    "version": (1, 3, 6),
+    "version": (1, 3, 7),
     'blender': (2, 83, 9),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list