From be251a4d184a097b2eace38548c0843131ef4cc5 Mon Sep 17 00:00:00 2001 From: Stefan Jeske Date: Thu, 1 Dec 2022 22:11:24 +0100 Subject: [PATCH 1/2] Update conf.py --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 05a15a6..e11683c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'blender-sequence-loader' copyright = '2022, InteractiveComputerGraphics' author = 'InteractiveComputerGraphics' -release = '0.1.2' +release = '0.1.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration @@ -33,4 +33,4 @@ } -myst_heading_anchors = 2 \ No newline at end of file +myst_heading_anchors = 2 From fc7b03129eadce46b86da0cc840108d5e3ba2ce8 Mon Sep 17 00:00:00 2001 From: Stefan Jeske Date: Thu, 1 Dec 2022 22:12:06 +0100 Subject: [PATCH 2/2] bump version --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 852c548..2f08102 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ "name": "Sequence Loader", "description": "Loader for meshio supported mesh files/ simulation sequences", "author": "Interactive Computer Graphics", - "version": (0, 1, 2), + "version": (0, 1, 3), "blender": (3, 1, 0), "warning": "", "support": "COMMUNITY",