Skip to content

Commit

Permalink
Patch v0.7.3
Browse files Browse the repository at this point in the history
Patch v0.7.3
  • Loading branch information
davelopez authored Sep 6, 2022
2 parents 81c724e + f68b3a3 commit 4c1faf9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[![Actions Status](https://github.com/davelopez/galaxy-language-server/workflows/Language%20Server%20CI/badge.svg)](https://github.com/davelopez/galaxy-language-server/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/galaxy-language-server)
[![PyPI](https://img.shields.io/pypi/v/galaxy-language-server?color=green)](https://pypi.org/project/galaxy-language-server/)
[![PyPI](https://img.shields.io/pypi/v/galaxy-language-server?color=green)](https://pypi.org/project/galaxy-language-server)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/davelopez/galaxy-language-server?label=Extension%20Release)
[![Open in Visual Studio Code](https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc)](https://open.vscode.dev/davelopez/galaxy-language-server)

This repository contains two projects:

Expand Down
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.3] - 2022-09-06

### Fixed

- Bug in Python version parsing ([#200](https://github.com/galaxyproject/galaxy-language-server/pull/200)).

## [0.7.2] - 2022-08-14

### 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.2",
"version": "0.7.3",
"preview": true,
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c1faf9

Please sign in to comment.