Skip to content

Commit

Permalink
Prep release 0.4.1 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kplindegaard authored Jan 17, 2021
1 parent 5146a6a commit 350e3b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
Notable changes to the smbus2 project are recorded here.

## [Unreleased]
###
- SonarCloud quality checks
No unreleased updates.

## [0.4.1] - 2021-01-17
### General
- SonarCloud quality checks.
- Tests added to the dist package.

## [0.4.0] - 2020-12-05
Expand Down Expand Up @@ -83,7 +86,8 @@ with SMBus(1) as bus:
First published version.


[Unreleased]: https://github.com/kplindegaard/smbus2/compare/0.4.0...HEAD
[Unreleased]: https://github.com/kplindegaard/smbus2/compare/0.4.1...HEAD
[0.4.1]: https://github.com/kplindegaard/smbus2/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/kplindegaard/smbus2/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/kplindegaard/smbus2/compare/0.2.3...0.3.0
[0.2.3]: https://github.com/kplindegaard/smbus2/compare/0.2.2...0.2.3
Expand Down
2 changes: 1 addition & 1 deletion smbus2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

from .smbus2 import SMBus, i2c_msg, I2cFunc # noqa: F401

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 350e3b5

Please sign in to comment.