diff --git a/CHANGELOG.md b/CHANGELOG.md index 409a739..0ef070d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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.2] - 2021-02-02 ### Added - Add Rohm to manufacturer list ### Changes @@ -199,7 +199,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.1...HEAD +[Unreleased]: https://github.com/upb-lea/transistordatabase/compare/0.3.2...HEAD +[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 [0.2.14]: https://github.com/upb-lea/transistordatabase/compare/0.2.13...0.2.14 diff --git a/setup.py b/setup.py index ef24c6a..29a08e6 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.1', + version='0.3.2', zip_safe=False, data_files=[('', ['CHANGELOG.md'])] ) diff --git a/sphinx/conf.py b/sphinx/conf.py index 6b4c089..01aee7d 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.1' +release = '0.3.2' # -- General configuration ---------------------------------------------------