From a8000afa67ec8b05238e3ee02910eca5d3c1ef16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Tue, 29 Jun 2021 22:31:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 2 ++ typer_cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index dccbc28..fff899d 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.12 + * ✨ Move CI to GitHub Actions, remove dependency on `importlib-metadata`. This would fix use cases that also depend on `importlib-metadata` and could have conflicts, like installing `mkdocs`, as now `typer-cli` no longer depends on `importlib-metadata`. PR [#48](https://github.com/tiangolo/typer-cli/pull/48) by [@tiangolo](https://github.com/tiangolo). ## 0.0.11 diff --git a/typer_cli/__init__.py b/typer_cli/__init__.py index b2f0155..6e2648a 100644 --- a/typer_cli/__init__.py +++ b/typer_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.11" +__version__ = "0.0.12"