Skip to content

Commit

Permalink
Prep for v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 9, 2021
1 parent a80f4b2 commit a209450
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.1
-----

* Fix Python 3.9 support for Thread.is_alive()

0.5.0
-----

Expand Down
5 changes: 5 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ The 4 outputs on Explorer can sink 5V, but not source. This means you need to co

# Changelog

0.5.1
-----

* Fix Python 3.9 support for Thread.is_alive()

0.5.0
-----

Expand Down
2 changes: 1 addition & 1 deletion library/explorerhat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from .pins import ObjectCollection, AsyncWorker, StoppableThread


__version__ = '0.5.0'
__version__ = '0.5.1'

_verbose = False
_gpio_is_setup = False
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name = 'ExplorerHAT',
version = '0.5.0',
version = '0.5.1',
author = 'Philip Howard',
author_email= 'phil@pimoroni.com',
description = 'A module to control the Explorer HAT Raspberry Pi Addon Board',
Expand Down

0 comments on commit a209450

Please sign in to comment.