We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef90841 commit 6532c1fCopy full SHA for 6532c1f
docs/changelog.rst
@@ -12,6 +12,12 @@ Changelog
12
13
.. currentmodule:: gpiozero
14
15
+Release 1.6.1 (2021-03-17)
16
+==========================
17
+
18
+* Fix missing font files for 7-segment displays
19
20
21
Release 1.6.0 (2021-03-14)
22
==========================
23
setup.py
@@ -24,7 +24,7 @@
24
pass
25
26
__project__ = 'gpiozero'
27
-__version__ = '1.6.0'
+__version__ = '1.6.1'
28
__author__ = 'Ben Nuttall'
29
__author_email__ = '[email protected]'
30
__url__ = 'https://github.com/gpiozero/gpiozero'
0 commit comments