Skip to content

Commit

Permalink
Preparation for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 6, 2017
1 parent fe20ef1 commit bfb460b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.0.3
-----

* Added idle_timeout functionality to prevent idle servo jitter
* Added options for RGB, GRB, RGBW and GRBW pixel types - RGBW and GRBW support up to 18 pixels

0.0.2
-----

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.2'
__version__ = '0.0.3'

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

* Added idle_timeout functionality to prevent idle servo jitter
* Added options for RGB, GRB, RGBW and GRBW pixel types - RGBW and GRBW support up to 18 pixels

-- Phil Howard <[email protected]> Tue, 24 Jan 2017 00:00:00 +0000

pantilthat (0.0.2) stable; urgency=low

* Corrected package dependencies
Expand Down
7 changes: 7 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
pantilthat (0.0.3) stable; urgency=low

* Added idle_timeout functionality to prevent idle servo jitter
* Added options for RGB, GRB, RGBW and GRBW pixel types - RGBW and GRBW support up to 18 pixels

-- Phil Howard <[email protected]> Tue, 24 Jan 2017 00:00:00 +0000

pantilthat (0.0.2) stable; urgency=low

* Corrected package dependencies
Expand Down

0 comments on commit bfb460b

Please sign in to comment.