From 527167747acf093e9445ee3bc3ac66202b014c65 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 4 Sep 2019 15:17:14 +0200 Subject: OBJ IO: Increase sub-version number after FileBrowser merge. Changes in UI are significant enough to justify it. --- io_scene_obj/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_obj') 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", -- cgit v1.2.3