Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed May 11, 2021
1 parent 037c0a1 commit 978c4b1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,31 @@ 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)
#### [2.0.2](https://github.com/mintproject/mic/compare/2.0.1...2.0.2)

#### [2.0.1](https://github.com/mintproject/mic/compare/2.0.0...2.0.1)

> 11 May 2021
- fix: notebooks python import [`#345`](https://github.com/mintproject/mic/pull/345)

### [2.0.0](https://github.com/mintproject/mic/compare/1.4.1...2.0.0)

> 28 April 2021
- Release 2.0.0 [`e8d2f37`](https://github.com/mintproject/mic/commit/e8d2f372ea5266d04aed6bb0b9ac2a72e316ab97)
- 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.1](https://github.com/mintproject/mic/compare/1.4.0...1.4.1)

> 11 May 2021
- fix: notebooks python import [`#345`](https://github.com/mintproject/mic/pull/345)
- 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)
- overview doc [`3d869ad`](https://github.com/mintproject/mic/commit/3d869ad6f02c86e77200b80a1302a4a38bb3b313)

#### [1.4.0](https://github.com/mintproject/mic/compare/1.3.9...1.4.0)

Expand Down
2 changes: 1 addition & 1 deletion src/mic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "2.0.0"
__version__ = "2.0.2"

0 comments on commit 978c4b1

Please sign in to comment.