From 350e3b5f6c332f93c65dc92a648b36a55e2ab4da Mon Sep 17 00:00:00 2001 From: Karl-Petter Lindegaard <5760583+kplindegaard@users.noreply.github.com> Date: Sun, 17 Jan 2021 19:52:07 +0100 Subject: [PATCH] Prep release 0.4.1 (#62) --- CHANGELOG.md | 10 +++++++--- smbus2/__init__.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c22dbc..5b175dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/smbus2/__init__.py b/smbus2/__init__.py index 09acb56..8583b57 100644 --- a/smbus2/__init__.py +++ b/smbus2/__init__.py @@ -22,4 +22,4 @@ from .smbus2 import SMBus, i2c_msg, I2cFunc # noqa: F401 -__version__ = "0.4.0" +__version__ = "0.4.1"