Skip to content

Commit

Permalink
Prep for v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 1, 2019
1 parent bb99756 commit 095fd57
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
@@ -1,3 +1,9 @@
0.0.5
-----

* Fix to support alternate i2c address
* Typo fixes in DocString and comment

0.0.4
-----

Expand Down
6 changes: 6 additions & 0 deletions library/README.md
Expand Up @@ -20,6 +20,12 @@ Latest/development library from GitHub:

# Changelog

0.0.5
-----

* Fix to support alternate i2c address
* Typo fixes in DocString and comment

0.0.4
-----

Expand Down
2 changes: 1 addition & 1 deletion library/ads1015/__init__.py
Expand Up @@ -6,7 +6,7 @@
I2C_ADDRESS_DEFAULT = 0x48
I2C_ADDRESS_ALTERNATE = 0x49

__version__ = '0.0.4'
__version__ = '0.0.5'


try:
Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = ads1015
version = 0.0.4
version = 0.0.5
author = Philip Howard
author_email = phil@pimoroni.com
description = Python library for the ADS1015 4-channel ADC
Expand Down

0 comments on commit 095fd57

Please sign in to comment.