File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Change log
33
44.. currentmodule :: picozero
55
6+ 0.4.2 - 2023-05-12
7+ ------------------
8+
9+ + Bug fix relating to DigitalInputDevice bounce times
10+ + Updated tests after a change in micropython 1.20+
11+
6120.4.1 - 2022-12-22
713------------------
814
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def __getattr__(cls, name):
4747author = 'Raspberry Pi Foundation'
4848
4949# The full version, including alpha/beta/rc tags
50- release = '0.4.1 '
50+ release = '0.4.2 '
5151
5252
5353# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11__name__ = "picozero"
22__package__ = "picozero"
3- __version__ = '0.4.1 '
3+ __version__ = '0.4.2 '
44__author__ = "Raspberry Pi Foundation"
55
66from .picozero import (
Original file line number Diff line number Diff line change 33__project__ = 'picozero'
44__packages__ = ['picozero' ]
55__desc__ = 'A beginner-friendly library for using common electronics components with the Raspberry Pi Pico. '
6- __version__ = '0.4.1 '
6+ __version__ = '0.4.2 '
77__author__ = "Raspberry Pi Foundation"
88__author_email__ = 'learning@raspberrypi.org'
99__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments