Skip to content

Commit

Permalink
Latest release: 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Oct 21, 2024
1 parent 8ec795c commit ae4b8bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion ocp_vscode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
description = "OCP CAD Viewer for VSCode"
readme = "README.md"
Expand Down Expand Up @@ -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<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?P<release>\\d*)(?P<build>\\d*)"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
limitations under the License.
*/

export const version = "2.5.2";
export const version = "2.5.3";

0 comments on commit ae4b8bf

Please sign in to comment.