From 75c8cb92067f19f3b3a12f5524057a97c590ef4f Mon Sep 17 00:00:00 2001 From: Pullusb Date: Mon, 28 Jun 2021 12:49:06 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 2 +- __init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba95eba..69bb510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -1.5.4 +1.5.5 - feat: check file: add check for filepath mapping (if all relative or all absolute) - change: check file: disable resolution set by default diff --git a/__init__.py b/__init__.py index 8e5520e..532d6b7 100755 --- a/__init__.py +++ b/__init__.py @@ -15,7 +15,7 @@ bl_info = { "name": "GP toolbox", "description": "Set of tools for Grease Pencil in animation production", "author": "Samuel Bernou, Christophe Seux", -"version": (1, 5, 4), +"version": (1, 5, 5), "blender": (2, 91, 0), "location": "Sidebar (N menu) > Gpencil > Toolbox / Gpencil properties", "warning": "",