diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5154451..1793453 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fff0ce2..6944a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.3](https://github.com/varfish-org/varfish-cli/compare/v0.6.2...v0.6.3) (2024-01-24) + + +### Documentation + +* fix link to pypi in README ([#97](https://github.com/varfish-org/varfish-cli/issues/97)) ([8f25193](https://github.com/varfish-org/varfish-cli/commit/8f25193f5fd313def2457f03e338992aa04eaf9f)) + ## [0.6.2](https://github.com/bihealth/varfish-cli/compare/v0.6.1...v0.6.2) (2024-01-23) diff --git a/varfish_cli/version.py b/varfish_cli/version.py index 22049ab..63af887 100644 --- a/varfish_cli/version.py +++ b/varfish_cli/version.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"