diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a7c11..c82f044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.0](https://github.com/mintproject/mic/compare/1.4.0...2.0.0) + +- Prepare release Convert Ipython notebooks to model components [`#340`](https://github.com/mintproject/mic/pull/340) +- Fix .reprozip-trace directory name [`#329`](https://github.com/mintproject/mic/pull/329) +- Docs [`de63272`](https://github.com/mintproject/mic/commit/de6327249d927833cf94157f8947b41366242047) +- fix: add ci tools [`ab31486`](https://github.com/mintproject/mic/commit/ab31486ac30aba482c2fde29dcfd18029ccdab36) +- fix: docs wrong extension [`29db979`](https://github.com/mintproject/mic/commit/29db979daafed8e66ae9a9171620bb033b370766) + #### [1.4.0](https://github.com/mintproject/mic/compare/1.3.9...1.4.0) +> 16 April 2021 + +- Docs [`ba3090c`](https://github.com/mintproject/mic/commit/ba3090ce800832d3955a8661ce2b2a4494f54e9a) +- Release 1.4.0 [`15dfa64`](https://github.com/mintproject/mic/commit/15dfa64ff6969091040c71f4dd6dfddbd23701de) +- Update model catalog dependency [`f06d86d`](https://github.com/mintproject/mic/commit/f06d86dd7d1e6044f774a5fe94af3f9af0423b74) + #### [1.3.9](https://github.com/mintproject/mic/compare/1.3.8...1.3.9) > 12 April 2021 diff --git a/src/mic/__init__.py b/src/mic/__init__.py index d253892..c285769 100644 --- a/src/mic/__init__.py +++ b/src/mic/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "2.0.0" \ No newline at end of file +__version__ = "2.0.0"