From 75af9d87f6491109be26bb53c49d4be5614ec7f5 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Mon, 11 Jan 2021 16:06:51 +0100 Subject: [PATCH] Bump version to 0.2.0 --- CHANGES.rst | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 29874f7..fa477b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ WireViz-Web changelog in progress =========== + + +2021-01-11 0.2.0 +================ - Add rendering for HTML (SVG and BOM), TEXT (BOM) and JSON (BOM) diff --git a/pyproject.toml b/pyproject.toml index 04d6e6f..307ce3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wireviz-web" -version = "0.1.0" +version = "0.2.0" description = "A wrapper around WireViz for bringing it to the web. Easily document cables and wiring harnesses." authors = [ "Jürgen Key ",