From e6e73373613b24c0acd38b58b366210213892fde Mon Sep 17 00:00:00 2001 From: Basil Philipp Date: Sun, 17 May 2020 14:42:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20v0.2.0.rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Support markdown links - Ignore self-references - Don't expect a rigid ID format --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac70305..979f5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vizel" -version = "0.1.4" +version = "0.2.0.rc1" description = "Vizualise a Zettelkasten" authors = ["Basil Philipp "] license = "GPL-3.0-only"