Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-Poeppel committed Jun 10, 2021
1 parent 4338826 commit de0612d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ All important changes to the treeplotter package will be documented here.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.1](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.0) June 10, 2021
## [v0.1.1](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.1) June 10, 2021
#### Added
- Added a CHANGELOG.md file.

#### Changed
- The `package_installer.zsh` now asks the user if they want to install `R` and webshot. Due to the versioning constraints of `R`, we don't want to install this without the user being sure!
- Minor tutorial improvements and rewordings.

## [v0.1.0](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.0) June 10, 2021
## [v0.1.0](https://github.com/Luke-Poeppel/treeplotter/tree/v0.1.0) June 9, 2021
First public release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `treeplotter`
[![Actions Status](https://github.com/Luke-Poeppel/treeplotter/workflows/Build/badge.svg)](https://github.com/Luke-Poeppel/treeplotter/actions)
![img](https://img.shields.io/badge/semver-0.1.0-green)
![img](https://img.shields.io/badge/semver-0.1.1-green)

Tree plotting is a nightmare in Python. This package aims to make the process easier. It wraps the TreantJS library to plot trees and saves them to a rendered HTML file. This HTML file is then also exported to a high-res PNG by wrapping R's ``webshot`` package. The package requires some complicated installs, but this is the price to pay to not use any R, Javascript, or CSS ;)

Expand Down
2 changes: 1 addition & 1 deletion treeplotter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit de0612d

Please sign in to comment.