diff --git a/CHANGELOG.md b/CHANGELOG.md index 735e297..abc3b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# Changelog + +# [2.0.0](https://github.com/aaronmussig/magna/compare/v1.4.0...v2.0.0) (2022-03-10) + + +### Bug Fixes + +* **GTDB Tree:** Added option to force underscores. ([8c87e70](https://github.com/aaronmussig/magna/commit/8c87e70c8243d5ef4fda710d9fecd380ba3b5760)) + + +### Features + +* **GUNC:** Added GTDB R95 dataset methods. ([aff82f6](https://github.com/aaronmussig/magna/commit/aff82f65eca0a4224a36bb647598ba1c4915ecd5)) +* Refactored code, added CI for docs. ([e891e84](https://github.com/aaronmussig/magna/commit/e891e84045e30a00037dcfed9a1e818a5aab13d1)) + + +### BREAKING CHANGES + +* Re-organised folder structure. + # [1.4.0](https://github.com/aaronmussig/magna/compare/v1.3.0...v1.4.0) (2022-02-18) diff --git a/magna/__init__.py b/magna/__init__.py index 69d427a..5b2e0d2 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.4.0' +__version__ = '2.0.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'