From 0220d88e6e12ee7290a7a563e9c87921d703a63f Mon Sep 17 00:00:00 2001 From: Lukas Berbuer Date: Tue, 4 May 2021 12:12:01 +0200 Subject: [PATCH] Bump version to 0.5.2 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44d8b28..4c38e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] - 2020-05-04 + - Fix SQLite URI for special characters (#, ?) ## [0.5.1] - 2020-03-25 @@ -107,7 +109,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.1...HEAD +[Unreleased]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.2...HEAD +[0.5.2]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/vallen-systems/pyVallenAE/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/vallen-systems/pyVallenAE/compare/0.3.0...0.4.0 diff --git a/setup.py b/setup.py index 6f78775..a2b9c10 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( name="vallenae", - version="0.5.1", + version="0.5.2", description="Extract and analyze Acoustic Emission measurement data", long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown",