diff --git a/CHANGELOG.md b/CHANGELOG.md index b6bbedb..b6f835f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.1.0](https://github.com/mintproject/mic/compare/2.0.3...2.1.0) + +- Upload files to s3 [`#347`](https://github.com/mintproject/mic/pull/347) +- update jupyter doc [`677d3fd`](https://github.com/mintproject/mic/commit/677d3fd129b44556e9df9c553b1d615e0db37a51) +- fix: remove mermaid plugin from docs [`3f80c19`](https://github.com/mintproject/mic/commit/3f80c1973fa0aedc379ba5123ab00092568c2585) + #### [2.0.3](https://github.com/mintproject/mic/compare/2.0.2...2.0.3) +> 12 May 2021 + - Use fork ipython2cwl [`#346`](https://github.com/mintproject/mic/pull/346) +- Release 2.0.3 [`3b68885`](https://github.com/mintproject/mic/commit/3b68885588f15dd705e7b5bd43a8bc5a65362bb6) #### [2.0.2](https://github.com/mintproject/mic/compare/2.0.1...2.0.2) diff --git a/src/mic/__init__.py b/src/mic/__init__.py index a7abc57..92b2f9f 100644 --- a/src/mic/__init__.py +++ b/src/mic/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "2.0.3" +__version__ = "2.1.0"