Skip to content

Commit

Permalink
Latest release: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Nov 28, 2023
1 parent 8a0f5b4 commit 32d14cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.0.4_.
1. Open the VS Code Marketplace, and search and install _OCP CAD Viewer 2.0.5_.

Afterwards the OCP viewer is available in the VS Code sidebar:

Expand Down Expand Up @@ -171,7 +171,7 @@ You can also use "Library Manager" in the _OCP CAD Viewer_ sidebar to manage the

## Changes

v2.0.4
v2.0.5

- Fix regression of ocp-tessallate version

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.0.4",
"version": "2.0.5",
"publisher": "bernhard-42",
"icon": "resources/ocp-logo.png",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.4
current_version = 2.0.5
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<release>\D*)(?P<build>\d*)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup_args = {
"name": "ocp_vscode",
"version": "2.0.4",
"version": "2.0.5",
"description": "OCP CAD Viewer for VSCode",
"long_description": "An extension to show OCP cad CAD objects (CadQuery, build123d) in VS Code via threejs",
"include_package_data": True,
"python_requires": ">=3.9",
"install_requires": [
"ocp-tessellate>=2.0.4,<2.1.0",
"ocp-tessellate>=2.0.2,<2.1.0",
"requests",
"ipykernel",
"orjson",
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.0.4";
export const version = "2.0.5";

0 comments on commit 32d14cf

Please sign in to comment.