diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cbd0ca0..7a58e4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.1" + ".": "0.18.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea4ad3..3e73971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.18.2](https://github.com/varfish-org/clinvar-this/compare/v0.18.1...v0.18.2) (2024-09-07) + + +### Bug Fixes + +* adding .pyi files ([#261](https://github.com/varfish-org/clinvar-this/issues/261)) ([a1ae5cb](https://github.com/varfish-org/clinvar-this/commit/a1ae5cb3f691662114783d911ab2091e97d53561)) + ## [0.18.1](https://github.com/varfish-org/clinvar-this/compare/v0.18.0...v0.18.1) (2024-09-07) diff --git a/clinvar_this/version.py b/clinvar_this/version.py index e9fa21e..b0d7306 100644 --- a/clinvar_this/version.py +++ b/clinvar_this/version.py @@ -1 +1 @@ -__version__ = "0.18.1" +__version__ = "0.18.2"