Skip to content

Commit 71d1bb2

Browse files
committed
update version to 1.1.0
1 parent 1f7c20e commit 71d1bb2

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
1.1.0
2+
---
3+
Aaron Marburg (1):
4+
* Added usleep after successfully enabling PWM via udev.
5+
6+
Drew Fustini (16):
7+
* Merge pull request #233 from zsserg/fixed_segfault_in_event_detection
8+
* Merge pull request #257 from zsserg/develop
9+
* Merge pull request #251 from amarburg/master
10+
* Merge pull request #271 from fcooper/documentation-updates
11+
* Update ADC.rst
12+
* Update Encoder.rst
13+
* Update ADC.rst
14+
* Add UART entries for the PocketBeagle (issue #242)
15+
* update install and test shell scripts
16+
* update UART section in README
17+
* Merge pull request #282 from erikwelsh/master
18+
* do not load overlays for the beaglebone blue #283
19+
* Merge pull request #284 from sam-bristow/py3-docs
20+
* Merge pull request #285 from sam-bristow/bugfix/uart-error-reporting
21+
* fix pwm on pocketbeagle and beaglebone blue #286
22+
* remove debug logging
23+
24+
Erik Welsh (1):
25+
* Fixed GPIO export problem; Leaves GPIO in bad state on latest BeagleBone image on PocketBeagle
26+
27+
Franklin S Cooper Jr (3):
28+
* docs/SPI.rst: Fix bus numbering in examples
29+
* docs/GPIO.rst: Add information on blinking led
30+
* docs/GPIO.rst Make documentation a bit newbie friendly
31+
32+
Sam Bristow (3):
33+
* Use print() function in all code and docs
34+
* Use new python-serial API
35+
* Return error-code for failing interface
36+
37+
zserg (5):
38+
* Fixed SEGFAULT when calling remove_event_detect() inside python callback function.
39+
* Fixed SEGFAULT when calling remove_event_detect() inside python callback function.
40+
* Fixed SEGFAULT in event_gpio,c run_callbacks() * Added more elaborate epoll() error logging
41+
* Minor style fixes
42+
143
1.0.10
244
----
345
**features**

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
setup(name = 'Adafruit_BBIO',
43-
version = '1.0.10',
43+
version = '1.1.0',
4444
author = 'Justin Cooper',
4545
author_email = '[email protected]',
4646
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)