Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-09-04 16:17:14 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-09-04 16:17:14 +0300
commit527167747acf093e9445ee3bc3ac66202b014c65 (patch)
tree6db4a54cab0e2b03106fe7b5e83d8fa66cd2a9bc /io_scene_obj
parent8b85d3665ce3b2a872bfac25bccf2823f3a7b139 (diff)
OBJ IO: Increase sub-version number after FileBrowser merge.
Changes in UI are significant enough to justify it.
Diffstat (limited to 'io_scene_obj')
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 1 insertions, 1 deletions
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",