Skip to content

Commit

Permalink
REL: Update changelog and bump version for 1.2.0 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
achabotl authored Aug 7, 2019
1 parent 223d88a commit b83af6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion zkviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.2.0'

0 comments on commit b83af6f

Please sign in to comment.