Skip to content

Commit

Permalink
bump version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed Jul 14, 2021
1 parent b8e4f65 commit 5fcc8d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])]
)

0 comments on commit 5fcc8d3

Please sign in to comment.