Skip to content

Commit

Permalink
Prep for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 13, 2019
1 parent ad3cc2f commit dabe3bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.0.4
-----

* Port to i2cdevice>=0.0.6 set/get API
* Cleaned up i2cdevice bindings
* Corrected 12-hour and am/pm bits in bindings

0.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion library/rv3028/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from i2cdevice.adapter import Adapter, LookupAdapter, U16ByteSwapAdapter
import datetime

__version__ = '0.0.3'
__version__ = '0.0.4'


class BCDAdapter(Adapter):
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name='rv3028',
version='0.0.3',
version='0.0.4',
author='Gee Bartlett',
author_email='[email protected]',
description="""Python library for the RV3028 Real Time Clock """,
Expand Down

0 comments on commit dabe3bb

Please sign in to comment.