Skip to content

Commit dabe3bb

Browse files
committed
Prep for v0.0.4
1 parent ad3cc2f commit dabe3bb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

library/CHANGELOG.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.0.4
2+
-----
3+
4+
* Port to i2cdevice>=0.0.6 set/get API
5+
* Cleaned up i2cdevice bindings
6+
* Corrected 12-hour and am/pm bits in bindings
7+
18
0.0.3
29
-----
310

library/rv3028/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from i2cdevice.adapter import Adapter, LookupAdapter, U16ByteSwapAdapter
44
import datetime
55

6-
__version__ = '0.0.3'
6+
__version__ = '0.0.4'
77

88

99
class BCDAdapter(Adapter):

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='rv3028',
42-
version='0.0.3',
42+
version='0.0.4',
4343
author='Gee Bartlett',
4444
author_email='gee@pimoroni.com',
4545
description="""Python library for the RV3028 Real Time Clock """,

0 commit comments

Comments
 (0)