Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
release v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Jun 13, 2021
1 parent a70b026 commit 1bb1787
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
Placeholder section for new and unreleased changes.

## [0.19.0](https://github.com/fgebhart/workoutizer/releases/tag/0.19.0) - 2021-06-13
Note, when upgrading to this version you need to run `wkz reimport` in order to parse
and display the additional data fields added in this release.
### Added
* Add `gpx` file to demo activities.
* Use [dask](https://docs.dask.org/en/) to parse activity files in parallel to speed
Expand Down
2 changes: 1 addition & 1 deletion workoutizer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.19.0"

0 comments on commit 1bb1787

Please sign in to comment.