Skip to content

Commit

Permalink
Bump version number to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Nov 25, 2024
1 parent 594bfa2 commit 7b28ed4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def update_sys_path(path_to_add: str, strategy: str) -> None:
MAX_WORKERS = 5
# TODO: Centralize version
LSP_SERVER = server.LanguageServer(
name="Tach", version="0.15.2", max_workers=MAX_WORKERS
name="Tach", version="0.15.3", max_workers=MAX_WORKERS
)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "tach",
"displayName": "Tach",
"description": "Linting support for python files using `tach`.",
"version": "0.15.2",
"version": "0.15.3",
"preview": true,
"serverInfo": {
"name": "Tach",
Expand Down

0 comments on commit 7b28ed4

Please sign in to comment.