Skip to content

Commit

Permalink
Prep for 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed May 16, 2017
1 parent 2463f34 commit aec7648
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
7 changes: 7 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.0.4
-----

* New: get_pan and get_tilt methods to read back servo position
* Bugfix: Brightness does not set value unless light_mode == PWM
* Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit

0.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion library/pantilthat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .pantilt import PanTilt, WS2812, PWM, RGB, GRB, RGBW, GRBW

__version__ = '0.0.3'
__version__ = '0.0.4'

pantilthat = PanTilt(i2c_bus=SMBus(1))

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 = 'pantilthat',
version = '0.0.3',
version = '0.0.4',
author = 'Philip Howard',
author_email = '[email protected]',
description = """Python library for driving Pimoroni PanTiltHAT!""",
Expand Down
4 changes: 2 additions & 2 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pantilthat (0.0.4) stable; urgency=low

* New: get_pan and get_tilt methods to read back servo position from the driver
* New: get_pan and get_tilt methods to read back servo position
* Bugfix: Brightness does not set value unless light_mode == PWM
* Bugfix: Idle timeout Timer() instances daemonized to prevent blocking on exit
* Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit

-- Phil Howard <[email protected]> Wed, 3 May 2017 00:00:00 +0000

Expand Down
8 changes: 8 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
pantilthat (0.0.4) stable; urgency=low

* New: get_pan and get_tilt methods to read back servo position
* Bugfix: Brightness does not set value unless light_mode == PWM
* Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit

-- Phil Howard <[email protected]> Wed, 3 May 2017 00:00:00 +0000

pantilthat (0.0.3) stable; urgency=low

* Added idle_timeout functionality to prevent idle servo jitter
Expand Down

0 comments on commit aec7648

Please sign in to comment.