Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Sep 2, 2021
1 parent 8f446bd commit 2c36e11
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.0] - 2020-09-02

### Added

- CI for Python 3.9

### Changed

- Remove `data_format` field from `TraRecord` data type
- Remove superfluous `data_format` field from `TraRecord` data type

## [0.5.4] - 2020-05-25

Expand Down Expand Up @@ -128,7 +134,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial public release

[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.4...HEAD
[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.6.0...HEAD
[0.6.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.4...0.6.0
[0.5.4]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.3...0.5.4
[0.5.3]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.1...0.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

setup(
name="vallenae",
version="0.5.4",
version="0.6.0",
description="Extract and analyze Acoustic Emission measurement data",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2c36e11

Please sign in to comment.