diff --git a/CHANGELOG.md b/CHANGELOG.md index 764fc00..5f556b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.3.0](https://github.com/aaronmussig/magna/compare/v3.2.0...v3.3.0) (2022-05-11) + + +### Features + +* **util.collection.get_batches:** Generator to create batches of a sized collection. ([8f19427](https://github.com/aaronmussig/magna/commit/8f194277670499747087027327f3b1b999ceed45)) + # [3.2.0](https://github.com/aaronmussig/magna/compare/v3.1.1...v3.2.0) (2022-05-10) diff --git a/magna/__init__.py b/magna/__init__.py index bf8fc5d..c82e419 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__ = '3.2.0' +__version__ = '3.3.0' __author__ = 'Aaron Mussig' __author_email__ = 'aaronmussig@gmail.com' __license__ = 'GNU AGPLv3'