From 5fcc8d3c247450df706fc7791db33d2d50b8f58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolas=20F=C3=B6rster?= Date: Wed, 14 Jul 2021 14:56:45 +0200 Subject: [PATCH] bump version to 0.2.9 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3543a9c..ddd06e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.9] - 2021-07-14 +### Bugfixes +- fix #30 + ## [0.2.8] - 2021-07-14 ### Added - #25 Allows only positive channel data to be stored or created for both switch and diode types, added mirror_xy_data attribute in csv2array function to do so. @@ -99,7 +103,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the database - Matlab-Exporter -[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.2.8...HEAD +[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.2.9...HEAD +[0.2.9]: https://github.com/upb-lea/transistordatabase/compare/0.2.8...0.2.9 [0.2.8]: https://github.com/upb-lea/transistordatabase/compare/0.2.7...0.2.8 [0.2.7]: https://github.com/upb-lea/transistordatabase/compare/0.2.6...0.2.7 [0.2.6]: https://github.com/upb-lea/transistordatabase/compare/0.2.5...0.2.6 diff --git a/setup.py b/setup.py index 3a65420..4d007b3 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ "Documentation": "https://github.com/upb-lea/transistordatabase", "Source Code": "https://github.com/upb-lea/transistordatabase", }, - version='0.2.8', + version='0.2.9', zip_safe=False, data_files=[('', ['CHANGELOG.md'])] )