From b0d0070f08247e132b11bf45e617da9e8e1881f1 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sat, 27 Nov 2021 13:32:40 +0100 Subject: [PATCH] Bump version to 0.3.2 --- docs/CHANGELOG.md | 6 ++++++ src/wireviz/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0b665be..84ab145 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [0.3.2](https://github.com/formatc1702/WireViz/tree/v0.3.2) (2021-11-27) + +### Hotfix + +- Adjust GraphViz generation code for compatibility with v0.18 of the `graphviz` Python package ([#258](https://github.com/formatc1702/WireViz/issues/258), [#262](https://github.com/formatc1702/WireViz/pull/261)) + ## [0.3.1](https://github.com/formatc1702/WireViz/tree/v0.3.1) (2021-10-25) ### Hotfix diff --git a/src/wireviz/__init__.py b/src/wireviz/__init__.py index 70f88e0..d658231 100644 --- a/src/wireviz/__init__.py +++ b/src/wireviz/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Please don't import anything in this file to avoid issues when it is imported in setup.py -__version__ = '0.3.1' +__version__ = '0.3.2' CMD_NAME = 'wireviz' # Lower case command and module name APP_NAME = 'WireViz' # Application name in texts meant to be human readable