Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberbuer committed Jun 20, 2022
1 parent 9b5eb1d commit 85b61ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2022-06-20

### Fixed

- [conditionWave] Increase TCP read timeout for `get_ae_data` / `get_tr_data` to prevent timeout errors
Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First public release

[Unreleased]: https://github.com/vallen-systems/pyWaveLine/compare/0.4.0...HEAD
[0.3.0]: https://github.com/vallen-systems/pyWaveLine/compare/0.3.0...0.4.0
[Unreleased]: https://github.com/vallen-systems/pyWaveLine/compare/0.4.1...HEAD
[0.4.1]: https://github.com/vallen-systems/pyWaveLine/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/vallen-systems/pyWaveLine/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/vallen-systems/pyWaveLine/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/vallen-systems/pyWaveLine/releases/tag/0.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup(
name="waveline",
version="0.4.0",
version="0.4.1",
description="Library to easily interface with Vallen Systeme WaveLine™ devices",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 85b61ce

Please sign in to comment.