Skip to content

Commit 7e43b25

Browse files
chore(master): release 0.7.3 (#49)
## [0.7.3](v0.7.2...v0.7.3) (2024-08-11) ### Bug Fixes * remove warning messages that were used for debugging ([#48](#48)) ([6327fd9](6327fd9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6327fd9 commit 7e43b25

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.2"
2+
".": "0.7.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.3](https://github.com/feeph/libi2c-python/compare/v0.7.2...v0.7.3) (2024-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* remove warning messages that were used for debugging ([#48](https://github.com/feeph/libi2c-python/issues/48)) ([6327fd9](https://github.com/feeph/libi2c-python/commit/6327fd9a961e9444db628865e18e79082a367540))
9+
310
## [0.7.2](https://github.com/feeph/libi2c-python/compare/v0.7.1...v0.7.2) (2024-08-11)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# PEP 621 project metadata
1717
# https://www.python.org/dev/peps/pep-0621
1818
name = "feeph.i2c"
19-
version = "0.7.2"
19+
version = "0.7.3"
2020
description = "abstraction layer for the I²C bus (incl. simulation for testing)"
2121
authors = [
2222
{name = "Feeph Aifeimei", email = "[email protected]"},

0 commit comments

Comments
 (0)