Skip to content

Commit b83af6f

Browse files
authored
REL: Update changelog and bump version for 1.2.0 (#14)
1 parent 223d88a commit b83af6f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased][Unreleased]
8+
## [1.2.0] - 2019-08-06
9+
10+
### New
11+
12+
* ENH: Add the `--use-graphviz` option to use Graphviz to draw the network (#13)
913

1014
## [1.1.0] - 2019-07-01
1115

@@ -24,3 +28,4 @@ First version of zkviz
2428
[Unreleased]: https://github.com/Zettelkasten-Method/zkviz/compare/v1.0.0...HEAD
2529
[1.0.0]: https://github.com/Zettelkasten-Method/zkviz/compare/04d473f...v1.0.0
2630
[1.1.0]: https://github.com/Zettelkasten-Method/zkviz/compare/v1.0.0...v1.1.0
31+
[1.2.0]: https://github.com/Zettelkasten-Method/zkviz/compare/v1.1.0...v1.2.0

zkviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)