Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Oct 31, 2024
1 parent 1c538de commit 51bbeae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.6.0] - 31.10.2024

- Added the option to control the initial figure size of the interactive plot. This should help resolve [#24](https://github.com/mad-lab-fau/imucal/issues/24)

# [2.5.0] - 31.10.2024

- Tooling overhaul to make the development process easier and fix doc building issues
Expand Down
2 changes: 1 addition & 1 deletion imucal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
from imucal.ferraris_calibration_info import FerrarisCalibrationInfo, TurntableCalibrationInfo

__version__ = "2.5.0"
__version__ = "2.6.0"

__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.5.0"
version = "2.6.0"
description = "A Python library to calibrate 6 DOF IMUs"
authors = [
"Arne Küderle <[email protected]>",
Expand Down

0 comments on commit 51bbeae

Please sign in to comment.