Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burrscurr committed Jan 16, 2021
1 parent b1e4e95 commit e620e9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

- Use `linesman` instead of `gpx_linesman` as python package name (this does
not change the name used for `pip install`, which remains `gpx-linesman`.
- Add `--version` flag printing linesman's version.
- Add `--version`/`-V` flag printing linesman's version.
- Add documentation (served on readthedocs)

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'burrscurr'

# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gpx-linesman"
packages = [
{ include = "linesman" }
]
version = "0.2.0"
version = "0.2.1"
description = "Command line tool for measuring the straightness of a gpx track"
authors = ["burrscurr <burrscurr@users.noreply.github.com>"]
license = "MIT"
Expand Down

0 comments on commit e620e9c

Please sign in to comment.