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

Commit 466ed83

Browse files
committed
Release 2.2.1
1 parent 774970a commit 466ed83

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,35 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [2.2.0](https://github.com/mintproject/mic/compare/2.0.2...2.2.0)
7+
#### [2.2.1](https://github.com/mintproject/mic/compare/2.2.0...2.2.1)
8+
9+
- fix: publishing - the model without versions [`#352`](https://github.com/mintproject/mic/pull/352)
10+
11+
#### [2.2.0](https://github.com/mintproject/mic/compare/2.1.0...2.2.0)
12+
13+
> 3 June 2021
814
915
- fix: Component uploaded to the wrong API [`#348`](https://github.com/mintproject/mic/pull/348)
16+
- Release 2.2.0 [`f5d5d96`](https://github.com/mintproject/mic/commit/f5d5d9641781bce4d2d0137baf1067107cb8371d)
17+
- Update model catalog dependency [`e743a57`](https://github.com/mintproject/mic/commit/e743a57082e646e3caac86978efa7a03bbc5d91b)
18+
- fix: dame credentials [`7099fa0`](https://github.com/mintproject/mic/commit/7099fa0458c450b5b446e57da47c66a2223b3c05)
19+
20+
#### [2.1.0](https://github.com/mintproject/mic/compare/2.0.3...2.1.0)
21+
22+
> 1 June 2021
23+
1024
- Upload files to s3 [`#347`](https://github.com/mintproject/mic/pull/347)
11-
- Use fork ipython2cwl [`#346`](https://github.com/mintproject/mic/pull/346)
1225
- update jupyter doc [`677d3fd`](https://github.com/mintproject/mic/commit/677d3fd129b44556e9df9c553b1d615e0db37a51)
1326
- fix: remove mermaid plugin from docs [`3f80c19`](https://github.com/mintproject/mic/commit/3f80c1973fa0aedc379ba5123ab00092568c2585)
1427
- Release 2.1.0 [`c91b528`](https://github.com/mintproject/mic/commit/c91b528e9309e337d0bba88155c28ba56da20cea)
1528

29+
#### [2.0.3](https://github.com/mintproject/mic/compare/2.0.2...2.0.3)
30+
31+
> 12 May 2021
32+
33+
- Use fork ipython2cwl [`#346`](https://github.com/mintproject/mic/pull/346)
34+
- Release 2.0.3 [`3b68885`](https://github.com/mintproject/mic/commit/3b68885588f15dd705e7b5bd43a8bc5a65362bb6)
35+
1636
#### [2.0.2](https://github.com/mintproject/mic/compare/2.0.1...2.0.2)
1737

1838
> 11 May 2021

src/mic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.1.0"
2+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)