From cfbc4d21ccb69eff5f672b96c8c7586a5204db22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Feb 2022 23:13:51 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [1.2.0](https://github.com/aaronmussig/magna/compare/v1.1.0...v1.2.0) (2022-02-16) ### Features * **accession:** Add canonical_gid function. ([95067ca](https://github.com/aaronmussig/magna/commit/95067ca2b09fa4506915ea1d214ce203df571fe4)) --- CHANGELOG.md | 7 +++++++ magna/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17814ca..3ac5cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/aaronmussig/magna/compare/v1.1.0...v1.2.0) (2022-02-16) + + +### Features + +* **accession:** Add canonical_gid function. ([95067ca](https://github.com/aaronmussig/magna/commit/95067ca2b09fa4506915ea1d214ce203df571fe4)) + # [1.1.0](https://github.com/aaronmussig/magna/compare/v1.0.3...v1.1.0) (2022-02-16) diff --git a/magna/__init__.py b/magna/__init__.py index f9c1a46..c67769a 100644 --- a/magna/__init__.py +++ b/magna/__init__.py @@ -1,7 +1,7 @@ __title__ = 'magna' __description__ = 'Magna is a collection of commands that I frequently use in bioinformatics and day-to-day life.' __url__ = 'https://git.microba.core/modules/python/bio-proc-sdk' -__version__ = '1.1.0' +__version__ = '1.2.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'