[Bf-extensions-cvs] [ca5a4757] master: glTF importer: forget to increase version of addon in previous commit

Julien Duroure noreply at git.blender.org
Fri May 17 23:28:39 CEST 2019


Commit: ca5a47570fd872f03aa9a8ad95c6375df91cd002
Author: Julien Duroure
Date:   Fri May 17 23:28:12 2019 +0200
Branches: master
https://developer.blender.org/rBAca5a47570fd872f03aa9a8ad95c6375df91cd002

glTF importer: forget to increase version of addon in previous commit

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

M	io_scene_gltf2/__init__.py

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

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



More information about the Bf-extensions-cvs mailing list