From c17c4ddfbcc35bc8cbc18b48d5aa2fd8f1cef3db Mon Sep 17 00:00:00 2001 From: Chiara Rasi Date: Mon, 9 Oct 2023 08:40:30 +0200 Subject: [PATCH 1/2] Minor release v 1.3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b47bbf..96782cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [unreleased] +## [1.3] ### Fixed - Typo in instructions to download genes in README document ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6021a10..194a9b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schug" -version = "1.2" +version = "1.3" description = "Keep track of genes, transcripts and exons from different sources" authors = ["moonso "] readme = "README.md" From 78e744d712879434e5929fd9ad53d8a00b7a72e0 Mon Sep 17 00:00:00 2001 From: Chiara Rasi Date: Mon, 9 Oct 2023 09:34:32 +0200 Subject: [PATCH 2/2] Forgot to update also __version__ --- schug/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schug/__init__.py b/schug/__init__.py index b2a95f9..9f6cc16 100644 --- a/schug/__init__.py +++ b/schug/__init__.py @@ -1 +1 @@ -__version__ = "1.2" +__version__ = "1.3"