From 98b7e3ac978729b5e354d479ad9fc6c7e3447a4f Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 5 May 2020 17:33:20 +0100 Subject: [PATCH] Prep for v0.1.1 --- library/CHANGELOG.txt | 6 ++++++ library/ltr559/__init__.py | 2 +- library/setup.cfg | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index eb5e9f9..095ccc7 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,9 @@ +0.1.1 +----- + +* Fix set_proximity_rate_ms, set_light_repeat_rate_ms and set_interrupt_mode (thanks @mkende) +* Improve library comments & docstrings + 0.1.0 ----- diff --git a/library/ltr559/__init__.py b/library/ltr559/__init__.py index 7897612..4c3c01e 100644 --- a/library/ltr559/__init__.py +++ b/library/ltr559/__init__.py @@ -3,7 +3,7 @@ from i2cdevice import Device, Register, BitField from i2cdevice.adapter import Adapter, LookupAdapter, U16ByteSwapAdapter -__version__ = '0.1.0' +__version__ = '0.1.1' I2C_ADDR = 0x23 PART_ID = 0x09 diff --git a/library/setup.cfg b/library/setup.cfg index 9032f9a..6b427da 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- [metadata] name = ltr559 -version = 0.1.0 +version = 0.1.1 author = Philip Howard author_email = phil@pimoroni.com description = Python library for the LTR559 light and proximity