Skip to content

Commit 758ea51

Browse files
committed
Prep for v0.0.4
1 parent ebdf774 commit 758ea51

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

CHANGELOG.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.0.4
2+
-----
3+
4+
* Enhancement: support for tca9548a, for #13
5+
* Enhancement: support for i2c address change, for #14
6+
* Enhancement: support for setting timing budget, for #16
7+
* Synced API code with latest release from ST
8+
9+
110
0.0.3
211
-----
312

MANIFEST.in

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
include api/core/vl53l1_api_calibration.c
2-
include api/core/vl53l1_core.c
3-
include api/core/vl53l1_core_support.c
4-
include api/core/vl53l1_api_core.c
5-
include api/core/vl53l1_api_preset_modes.c
6-
include api/core/vl53l1_silicon_core.c
7-
include api/core/vl53l1_register_funcs.c
8-
include api/core/vl53l1_wait.c
9-
include api/core/vl53l1_error_strings.c
10-
include api/core/vl53l1_api_strings.c
11-
include api/core/vl53l1_api.c
12-
include api/platform/vl53l1_platform.c
1+
recursive-include api *.c *.h
132
include python_lib/vl53l1x_python.c
14-
include README.rst
3+
include api/platform/vl53l1_platform.c
4+
include README.md
155
include CHANGELOG.txt

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Python library for the VL53L1X Laser Ranger.
44

5+
https://shop.pimoroni.com/products/vl53l1x-breakout
6+
57
# Installing
68

79
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'python_lib/vl53l1x_python.c'])
2323

2424
setup(name='VL53L1X',
25-
version='0.0.3',
25+
version='0.0.4',
2626
description='vl53l1x distance sensor driver for Raspberry Pi',
2727
maintainer='Phil Howard',
2828
maintainer_email='[email protected]',

0 commit comments

Comments
 (0)