Skip to content

Commit 3a90d19

Browse files
committed
set version number to 0.2.1
1 parent 31f8f40 commit 3a90d19

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1919

2020
## [Unreleased]
21+
22+
## [0.2.1] - 2022-05-09
2123
### Changed
2224
- The webapp viewer now uses PySide6 by default and PySide2 as a fallback (set QT_API=PySide2 to always use PySide2).
2325
### Fixed
@@ -47,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749
### Added
4850
- Initial release.
4951

50-
[Unreleased]: https://github.com/dlaidig/qmt/compare/v0.2.0...HEAD
52+
[Unreleased]: https://github.com/dlaidig/qmt/compare/v0.2.1...HEAD
53+
[0.2.1]: https://github.com/dlaidig/qmt/compare/v0.2.0...v0.2.1
5154
[0.2.0]: https://github.com/dlaidig/qmt/compare/v0.1.0...v0.2.0
5255
[0.1.0]: https://github.com/dlaidig/qmt/releases/tag/v0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='qmt',
38-
version='0.2.0',
38+
version='0.2.1',
3939

4040
description='Quaternion-based Inertial Motion Tracking Toolbox',
4141
long_description=open('README.rst', encoding='utf-8').read(),

0 commit comments

Comments
 (0)