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.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-42 committed Feb 27, 2023
1 parent 9c4179f commit 7707bb3
Show file tree
Hide file tree
Showing 6 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 @@ -12,7 +12,7 @@ _CadQuery Viewer for VS Code_ is an extension to show CadQuery objects in VS Cod

**Steps**:

- Download [cadquery-viewer-0.27.0.vsix](https://github.com/bernhard-42/vscode-cadquery-viewer/releases/download/v0.27.0/cadquery-viewer-0.27.0.vsix)
- Download [cadquery-viewer-0.28.0.vsix](https://github.com/bernhard-42/vscode-cadquery-viewer/releases/download/v0.28.0/cadquery-viewer-0.28.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
Binary file added cq_vscode-logo.pxm
Binary file not shown.
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.27.0",
"version": "0.28.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.27.0
current_version = 0.28.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.27.0",
"version": "0.28.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.27.0";
export const version = "0.28.0";

0 comments on commit 7707bb3

Please sign in to comment.