Skip to content

Commit fabb14e

Browse files
committed
Bump version and update changelog for 1.4.1
1 parent 5b606d1 commit fabb14e

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

docs/changelog.rst

+29
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@ Changelog
55
.. currentmodule:: gpiozero
66

77

8+
Release 1.4.1 (2018-02-20)
9+
==========================
10+
11+
This release is mostly bug-fixes, but a few enhancements have made it in too:
12+
13+
* Added ``curve_left`` and ``curve_right`` parameters to :meth:`Robot.forward`
14+
and :meth:`Robot.backward`.(`#306`_ and `#619`_)
15+
* Fixed :class:`DistanceSensor` returning incorrect readings after a long
16+
pause, and added a lock to ensure multiple distance sensors can operate
17+
simultaneously in a single project (`#584`_, `#595`_, `#617`_, `#618`_)
18+
* Added support for phase/enable motor drivers with :class:`PhaseEnableMotor`,
19+
:class:`PhaseEnableRobot`, and descendants, thanks to Ian Harcombe!
20+
(`#386`_)
21+
* A variety of other minor enhancements, largely thanks to Andrew Scheller!
22+
(`#479`_, `#489`_, `#491`_, `#492`_)
23+
24+
.. _#306: https://github.com/RPi-Distro/python-gpiozero/issues/306
25+
.. _#386: https://github.com/RPi-Distro/python-gpiozero/issues/386
26+
.. _#479: https://github.com/RPi-Distro/python-gpiozero/issues/479
27+
.. _#489: https://github.com/RPi-Distro/python-gpiozero/issues/489
28+
.. _#491: https://github.com/RPi-Distro/python-gpiozero/issues/491
29+
.. _#492: https://github.com/RPi-Distro/python-gpiozero/issues/492
30+
.. _#584: https://github.com/RPi-Distro/python-gpiozero/issues/584
31+
.. _#595: https://github.com/RPi-Distro/python-gpiozero/issues/595
32+
.. _#617: https://github.com/RPi-Distro/python-gpiozero/issues/617
33+
.. _#618: https://github.com/RPi-Distro/python-gpiozero/issues/618
34+
.. _#619: https://github.com/RPi-Distro/python-gpiozero/issues/619
35+
36+
837
Release 1.4.0 (2017-07-26)
938
==========================
1039

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pass
2323

2424
__project__ = 'gpiozero'
25-
__version__ = '1.4.0'
25+
__version__ = '1.4.1'
2626
__author__ = 'Ben Nuttall'
2727
__author_email__ = '[email protected]'
2828
__url__ = 'https://github.com/RPi-Distro/python-gpiozero'

0 commit comments

Comments
 (0)