From b83af6f6a7e5a6302c2bbd311e2f7967f18cf627 Mon Sep 17 00:00:00 2001 From: Alexandre Chabot-Leclerc Date: Tue, 6 Aug 2019 21:37:03 -0500 Subject: [PATCH] REL: Update changelog and bump version for 1.2.0 (#14) --- CHANGELOG.md | 7 ++++++- zkviz/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b13ad2..62734ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased][Unreleased] +## [1.2.0] - 2019-08-06 + +### New + +* ENH: Add the `--use-graphviz` option to use Graphviz to draw the network (#13) ## [1.1.0] - 2019-07-01 @@ -24,3 +28,4 @@ First version of zkviz [Unreleased]: https://github.com/Zettelkasten-Method/zkviz/compare/v1.0.0...HEAD [1.0.0]: https://github.com/Zettelkasten-Method/zkviz/compare/04d473f...v1.0.0 [1.1.0]: https://github.com/Zettelkasten-Method/zkviz/compare/v1.0.0...v1.1.0 +[1.2.0]: https://github.com/Zettelkasten-Method/zkviz/compare/v1.1.0...v1.2.0 diff --git a/zkviz/__init__.py b/zkviz/__init__.py index 1a72d32..58d478a 100644 --- a/zkviz/__init__.py +++ b/zkviz/__init__.py @@ -1 +1 @@ -__version__ = '1.1.0' +__version__ = '1.2.0'