Skip to content

Commit

Permalink
Corrected version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kplindegaard committed Jan 13, 2019
1 parent 2e33580 commit 224f663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
Notable changes to the smbus2 project are recorded here.

## [0.2.3] - 2019-01-10
## [0.2.3] - 2019-01-13
### Fixed
- Incorrect `i2c_msg` created in Python 3.x if str input contains ascii chars >= 128.

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, SMBusWrapper, i2c_msg # noqa: F401

__version__ = "0.2.2"
__version__ = "0.2.3"

0 comments on commit 224f663

Please sign in to comment.