[Bf-extensions-cvs] [4b8bb39f] master: glTF: bump addon version to 0.9.12

Julien Duroure noreply at git.blender.org
Sun May 26 23:57:33 CEST 2019


Commit: 4b8bb39f688d0f024811c7c0c3da15c98326b5c1
Author: Julien Duroure
Date:   Sun May 26 23:53:23 2019 +0200
Branches: master
https://developer.blender.org/rBA4b8bb39f688d0f024811c7c0c3da15c98326b5c1

glTF: bump addon version to 0.9.12

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

M	io_scene_gltf2/__init__.py

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

diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index df0a320f..f29c36bc 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": (0, 9, 11),
+    "version": (0, 9, 12),
     'blender': (2, 80, 0),
     'location': 'File > Import-Export',
     'description': 'Import-Export as glTF 2.0',



More information about the Bf-extensions-cvs mailing list