Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Latest release: 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Feb 4, 2023
1 parent a639478 commit 8bd54d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _CadQuery Viewer for VS Code_ is an extension to show CadQuery objects in VS Cod

## Installation

- Download [cadquery-viewer-0.22.0.vsix](https://github.com/bernhard-42/vscode-cadquery-viewer/releases/download/v0.22.0/cadquery-viewer-0.22.0.vsix)
- Download [cadquery-viewer-0.23.0.vsix](https://github.com/bernhard-42/vscode-cadquery-viewer/releases/download/v0.23.0/cadquery-viewer-0.23.0.vsix)
- Install it locally in VS Code (_Extensions -> "..." menu -> Install from VSIX..._)
- Use the Cadquery sidebar to manage both CadQuery Viewer and python libraries
- Install cq_vscode via the blue button in the welcome screen of the "Viewer Manager" or by pressing the green down-arrow in the "Library Manager" section of the Cadquery Viewer sidebar
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": "cadquery-viewer",
"displayName": "CadQuery Viewer",
"description": "An integrated CadQuery viewer",
"version": "0.22.0",
"version": "0.23.0",
"icon": "resources/cq-vscode.png",
"license": "Apache-2.0",
"repository": "https://github.com/bernhard-42/vscode-cadquery-viewer",
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 = 0.22.0
current_version = 0.23.0
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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup_args = {
"name": "cq_vscode",
"version": "0.22.0",
"version": "0.23.0",
"description": "CadQuery Viewer for VSCode",
"long_description": "An extension to show cadquery objects in VSCode via pythreejs",
"include_package_data": True,
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 = "0.22.0";
export const version = "0.23.0";

0 comments on commit 8bd54d9

Please sign in to comment.