Skip to content

Commit 0008cba

Browse files
committed
Prep for 0.0.5
1 parent 3d8d0e0 commit 0008cba

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

library/CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.5
2+
-----
3+
4+
* Bugfix: corrected BCD month to include Oct, Nov, Dec
5+
16
0.0.4
27
-----
38

library/rv3028/__init__.py

+1-1
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.4'
6+
__version__ = '0.0.5'
77

88

99
class BCDAdapter(Adapter):

library/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='rv3028',
42-
version='0.0.4',
42+
version='0.0.5',
4343
author='Gee Bartlett',
4444
author_email='[email protected]',
4545
description="""Python library for the RV3028 Real Time Clock """,

0 commit comments

Comments
 (0)