Skip to content

Commit 9f028ee

Browse files
author
Martin O'Hanlon
committed
v0.2.0
1 parent 028ef3a commit 9f028ee

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Change log
33

44
.. currentmodule:: picozero
55

6+
0.2.0 - 2022-06-29
7+
~~~~~~~~~~~~~~~~~~
8+
9+
+ Compatibility fix LED
10+
611
0.1.1 - 2022-06-08
712
~~~~~~~~~~~~~~~~~~
813

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __getattr__(cls, name):
4646
author = 'Raspberry Pi Foundation'
4747

4848
# The full version, including alpha/beta/rc tags
49-
release = '0.1.1'
49+
release = '0.2.0'
5050

5151

5252
# -- General configuration ---------------------------------------------------

picozero/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__name__ = "picozero"
22
__package__ = "picozero"
3-
__version__ = '0.1.1'
3+
__version__ = '0.2.0'
44
__author__ = "Raspberry Pi Foundation"
55

66
from .picozero import (

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.1.1'
6+
__version__ = '0.2.0'
77
__author__ = "Raspberry Pi Foundation"
88
__author_email__ = '[email protected]'
99
__license__ = 'MIT'

0 commit comments

Comments
 (0)