From 5a893e54c4dc5f19c612d8fde7c1d9d75ef4f932 Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Mon, 12 Apr 2021 11:29:56 -0400 Subject: [PATCH] Release 1.3.9 --- CHANGELOG.md | 7 +++++++ src/mic/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8786bcf..9afe2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [1.3.9](https://github.com/mintproject/mic/compare/1.3.8...1.3.9) + +- Migrate to github actions [`#325`](https://github.com/mintproject/mic/pull/325) +- automated mic [`6b77af3`](https://github.com/mintproject/mic/commit/6b77af37d45bd23971dea7061e16b6022bdbdd38) + #### [1.3.8](https://github.com/mintproject/mic/compare/1.3.7...1.3.8) +> 10 April 2021 + - Release 1.3.5 [`a2c3016`](https://github.com/mintproject/mic/commit/a2c301633191ccfd73a596a2bfcb00eec54ecc54) - doc upload [`503b4b1`](https://github.com/mintproject/mic/commit/503b4b17e8d319a89244f0b35df8d1a6ba80067a) - docs [`c089eea`](https://github.com/mintproject/mic/commit/c089eea6bcc04991b60dc7865e442f227339cdb9) diff --git a/src/mic/__init__.py b/src/mic/__init__.py index 5309a58..d427944 100644 --- a/src/mic/__init__.py +++ b/src/mic/__init__.py @@ -1 +1 @@ -__version__ = "1.3.7" +__version__ = "1.3.9"