diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cfc0cd..b6bbedb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.0.3](https://github.com/mintproject/mic/compare/2.0.2...2.0.3) + +- Use fork ipython2cwl [`#346`](https://github.com/mintproject/mic/pull/346) + #### [2.0.2](https://github.com/mintproject/mic/compare/2.0.1...2.0.2) +> 11 May 2021 + +- Release 2.0.2 [`978c4b1`](https://github.com/mintproject/mic/commit/978c4b133fc07331456f58e519101eb684f8d661) + #### [2.0.1](https://github.com/mintproject/mic/compare/2.0.0...2.0.1) > 11 May 2021 diff --git a/src/mic/__init__.py b/src/mic/__init__.py index 8ad1a4e..a7abc57 100644 --- a/src/mic/__init__.py +++ b/src/mic/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "2.0.2" +__version__ = "2.0.3"