[Bf-extensions-cvs] [52716774] master: OBJ IO: Increase sub-version number after FileBrowser merge.

Bastien Montagne noreply at git.blender.org
Wed Sep 4 15:20:06 CEST 2019


Commit: 527167747acf093e9445ee3bc3ac66202b014c65
Author: Bastien Montagne
Date:   Wed Sep 4 15:17:14 2019 +0200
Branches: master
https://developer.blender.org/rBA527167747acf093e9445ee3bc3ac66202b014c65

OBJ IO: Increase sub-version number after FileBrowser merge.

Changes in UI are significant enough to justify it.

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

M	io_scene_obj/__init__.py

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

diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 41b1a557..bddf758b 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -21,7 +21,7 @@
 bl_info = {
     "name": "Wavefront OBJ format",
     "author": "Campbell Barton, Bastien Montagne",
-    "version": (3, 5, 15),
+    "version": (3, 6, 0),
     "blender": (2, 81, 6),
     "location": "File > Import-Export",
     "description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",



More information about the Bf-extensions-cvs mailing list