From 9c1df6b72421329addcc73d8ab5ae73c983f0711 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:25:26 +0200 Subject: [PATCH] chore(main): release 0.18.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ clinvar_this/version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"