From ae4b8bf67bd5eba8ac1ac89d419dae81e4aaf618 Mon Sep 17 00:00:00 2001 From: Bernhard Date: Mon, 21 Oct 2024 21:05:16 +0200 Subject: [PATCH] Latest release: 2.5.3 --- README.md | 2 +- ocp_vscode/__init__.py | 2 +- package.json | 2 +- pyproject.toml | 4 ++-- src/version.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index baf12999..e66bd1b3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ _OCP CAD Viewer_ for VS Code is an extension to show [CadQuery](https://github.c ### Installation -1. Open the VS Code Marketplace, and search and install _OCP CAD Viewer 2.5.2_. +1. Open the VS Code Marketplace, and search and install _OCP CAD Viewer 2.5.3_. Afterwards the OCP viewer is available in the VS Code sidebar: diff --git a/ocp_vscode/__init__.py b/ocp_vscode/__init__.py index 5d92818e..6c504a6e 100644 --- a/ocp_vscode/__init__.py +++ b/ocp_vscode/__init__.py @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "2.5.2" +__version__ = "2.5.3" import os diff --git a/package.json b/package.json index 22eb88a7..cc0b879b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ocp-cad-viewer", "displayName": "OCP CAD Viewer", "description": "An integrated OCP CAD viewer for CadQuery and build123d", - "version": "2.5.2", + "version": "2.5.3", "publisher": "bernhard-42", "icon": "resources/ocp-logo.png", "license": "Apache-2.0", diff --git a/pyproject.toml b/pyproject.toml index fdd6009e..35f8ce90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ocp_vscode" -version = "2.5.2" +version = "2.5.3" authors = [{ name = "Bernhard Walter", email = "b_walter@arcor.de" }] description = "OCP CAD Viewer for VSCode" readme = "README.md" @@ -54,7 +54,7 @@ line-length = 88 # bump-my-version settings [tool.bumpversion] -current_version = "2.5.2" +current_version = "2.5.3" commit = false tag = false parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(?P\\d*)(?P\\d*)" diff --git a/src/version.ts b/src/version.ts index c63faf73..ede072da 100644 --- a/src/version.ts +++ b/src/version.ts @@ -14,4 +14,4 @@ limitations under the License. */ -export const version = "2.5.2"; +export const version = "2.5.3";