[Bf-extensions-cvs] [67468af7] master: glTF: bump version on master

Julien Duroure noreply at git.blender.org
Mon May 4 17:07:07 CEST 2020


Commit: 67468af789a3a8dc05bdaf30c63fa5dbc16828fe
Author: Julien Duroure
Date:   Mon May 4 17:06:55 2020 +0200
Branches: master
https://developer.blender.org/rBA67468af789a3a8dc05bdaf30c63fa5dbc16828fe

glTF: bump version on master

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 1fa5b375..c78bd409 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, 2, 71),
+    "version": (1, 3, 9),
     'blender': (2, 83, 9),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list