From 1337040bfd1c9af907f9ea44578a8c6ae7681bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikolas=20F=C3=B6rster?= Date: Sun, 20 Mar 2022 18:54:19 -0500 Subject: [PATCH] bump version to 0.3.3 --- CHANGELOG.md | 5 ++++- setup.py | 2 +- sphinx/conf.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebde0db..ed37f2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased + +## [0.3.3] - 2021-03-20 ### Changed - do not re-assign r_th and c_th values when loading/creating a transistor object (do not run calc_thermal_params()) - Workaround for brocken export_datasheet(): temporary only html-files available instead of pdf-files @@ -204,7 +206,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.3.2...HEAD +[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.3.3...HEAD +[0.3.3]: https://github.com/upb-lea/transistordatabase/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/upb-lea/transistordatabase/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/upb-lea/transistordatabase/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/upb-lea/transistordatabase/compare/0.2.14...0.3.0 diff --git a/setup.py b/setup.py index 29a08e6..27d505a 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ "Documentation": "https://upb-lea.github.io/transistordatabase/main/transistordatabase.html", "Source Code": "https://github.com/upb-lea/transistordatabase", }, - version='0.3.2', + version='0.3.3', zip_safe=False, data_files=[('', ['CHANGELOG.md'])] ) diff --git a/sphinx/conf.py b/sphinx/conf.py index 01aee7d..381c4ba 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -21,7 +21,7 @@ author = 'LEA-UPB' # The full version, including alpha/beta/rc tags -release = '0.3.2' +release = '0.3.3' # -- General configuration ---------------------------------------------------