From 927cdd744dc7b9cee35b9cde678461a2dca6780b Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Sat, 13 Jun 2020 13:04:33 -0700 Subject: [PATCH] Bump version to 0.3.0 Version 0.3.0 includes an updated plant properties panel, various fixes, and the ability to use full geometry in the viewport and the proxy model in renderings. Signed-off-by: Darren Hart --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 0df39d0..182fdab 100644 --- a/__init__.py +++ b/__init__.py @@ -54,11 +54,11 @@ bl_info = { "name": "Thicket: Laubwerk Plants Add-on for Blender", "author": "Darren Hart", - "version": (0, 2, 0), + "version": (0, 3, 0), "blender": (2, 80, 0), "location": "View3D > Sidebar > Thicket", "description": "Import Laubwerk Plants (.lbw.gz)", - "warning": "This is an unofficial development release", + #"warning": "This is an unofficial development release", "wiki_url": "https://github.com/Thicket-Blender/thicket/blob/master/README.md", "tracker_url": "https://github.com/Thicket-Blender/thicket/issues", "support": 'COMMUNITY',