Skip to content

Commit

Permalink
Realease for joss paper acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed May 2, 2022
1 parent cb07352 commit f3e2abb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (+ the Migration Guide section), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [2.2.1] - 02.05.2022

- Some minor updates to README.md
- Improved the doc building process: No additional requirements.txt file!
- JOSS paper accepted! :)

# [2.2.0] - 26.04.2022

- Dropped support for `h5py` < 3.0.0. This should only affect users using the hdf5 export feature.
Expand Down
2 changes: 1 addition & 1 deletion imucal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)
from imucal.ferraris_calibration_info import FerrarisCalibrationInfo, TurntableCalibrationInfo # noqa: F401

__version__ = "2.2.0"
__version__ = "2.2.1"

__all__ = [
"CalibrationInfo",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "imucal"
version = "2.2.0"
version = "2.2.1"
description = "A Python library to calibrate 6 DOF IMUs"
authors = [
"Arne Küderle <[email protected]>",
Expand Down

0 comments on commit f3e2abb

Please sign in to comment.