From 3c6974d073db5702bf1fa0728f450e133fe39820 Mon Sep 17 00:00:00 2001 From: kbwbe Date: Sun, 4 Sep 2022 20:05:16 +0200 Subject: [PATCH] set version info to v0.4.57 --- InitGui.py | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InitGui.py b/InitGui.py index a7cbaf57..f8442139 100644 --- a/InitGui.py +++ b/InitGui.py @@ -26,7 +26,7 @@ __title__ = 'A2plus assembly Workbench - InitGui file' __author__ = 'kbwbe' -A2P_VERSION = 'V0.4.56a' +A2P_VERSION = 'V0.4.57' import FreeCAD import FreeCADGui diff --git a/package.xml b/package.xml index b2864212..4982e864 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ A2plus Another assembly workbench for FreeCAD, following and extending Hamish's Assembly 2 workbench hence Assembly2plus. The main goal of A2plus is to create a very simple, easy to use, and not over-featured workbench for FreeCAD assemblies. Using the KISS principle: KEEP IT SIMPLE, STUPID - 0.4.56a + 0.4.57 2022-01-24 kbwbe LGPLv2.1