From 0fa8d32eb461e14d78e9ddbd569664ea59bcea19 Mon Sep 17 00:00:00 2001 From: Daniel Laidig Date: Wed, 9 Aug 2023 16:58:29 +0200 Subject: [PATCH] Increase version number to 0.2.4 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64108c7..f96147b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ 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] + +## [0.2.4] - 2023-08-09 ### Added - Webapps support loading data from a (data) URL passed via the location hash (i.e., after a `#`). - Support for async command handlers in data sources and blocks. @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/dlaidig/qmt/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/dlaidig/qmt/compare/v0.2.4...HEAD +[0.2.3]: https://github.com/dlaidig/qmt/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/dlaidig/qmt/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/dlaidig/qmt/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/dlaidig/qmt/compare/v0.2.0...v0.2.1 diff --git a/setup.py b/setup.py index 4b874cc..12e26a1 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='qmt', - version='0.2.3', + version='0.2.4', description='Quaternion-based Inertial Motion Tracking Toolbox', long_description=open('README.rst', encoding='utf-8').read(),