Skip to content

Commit

Permalink
Merge pull request #198 from galaxyproject/patch_v0.7.2
Browse files Browse the repository at this point in the history
Patch v0.7.2
  • Loading branch information
davelopez authored Aug 14, 2022
2 parents 2a53c25 + 43b602b commit 1f4b86e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Galaxy Tools (VS Code Extension) Changelog

## [0.7.2] - 2022-08-14

### Fixed

- Remove local virtual environment when install fails ([#196](https://github.com/galaxyproject/galaxy-language-server/pull/196)).

## [0.7.1] - 2022-01-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "davelopez",
"publisher": "davelopez",
"license": "Apache-2.0",
"version": "0.7.1",
"version": "0.7.2",
"preview": true,
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions server/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# But imports the runtime ones too
-r requirements.txt

black==21.12b0
flake8==4.0.1
flake8-bugbear==22.1.11
lxml-stubs==0.3.1
mypy==0.931
pytest==6.2.5
black==22.6.0
flake8==5.0.4
flake8-bugbear==22.7.1
lxml-stubs==0.4.0
mypy==0.971
pytest==7.1.2
pytest-cov==3.0.0
pytest-mock==3.7.0
pytest-mock==3.8.2
types-setuptools==57.4.7

0 comments on commit 1f4b86e

Please sign in to comment.