From c9add6dcac1038c8c7762d3e2beb1a55f7cd8236 Mon Sep 17 00:00:00 2001 From: Chiara Rasi Date: Fri, 17 Jan 2025 08:36:11 +0100 Subject: [PATCH 1/2] Minor release 1.8 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- schug/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2531351..6cead4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -# [unreleased] +# [1.8] ### Changed - Use custom issue and pull request templates in this repository - Remove old code once used for downloading data from Ensembl diff --git a/pyproject.toml b/pyproject.toml index 50af976..d3f1ed8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schug" -version = "1.7" +version = "1.8" description = "Keep track of genes, transcripts and exons from different sources" authors = ["moonso "] readme = "README.md" diff --git a/schug/__init__.py b/schug/__init__.py index 545af92..1eca025 100644 --- a/schug/__init__.py +++ b/schug/__init__.py @@ -1 +1 @@ -__version__ = "1.7" +__version__ = "1.8" From c106bdc9653e20b9f7c2624ae4554071b44f1ad3 Mon Sep 17 00:00:00 2001 From: Chiara Rasi Date: Fri, 17 Jan 2025 08:36:43 +0100 Subject: [PATCH 2/2] Minor release 1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3f1ed8..386d103 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schug" -version = "1.8" +version = "1.8.0" description = "Keep track of genes, transcripts and exons from different sources" authors = ["moonso "] readme = "README.md"