Skip to content

Commit

Permalink
Prep for version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 18, 2017
1 parent f415a4e commit 00d4acf
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
-----

* Deferred IO setup until first call to show
* Changed sys.exit to ImportError for warning about missing dependencies

0.0.2
-----

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 = 'unicornhathd',
version = '0.0.2',
version = '0.0.3',
author = 'Philip Howard',
author_email = 'phil@pimoroni.com',
description = """Python library for driving Pimoroni Unicorn HAT HD""",
Expand Down
2 changes: 1 addition & 1 deletion library/unicornhathd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
raise ImportError("This library requires the numpy module\nInstall with: sudo pip install numpy")


__version__ = '0.0.2'
__version__ = '0.0.3'

_SOF = 0x72
_DELAY = 1.0/120
Expand Down
7 changes: 7 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
unicornhathd (0.0.3) stable; urgency=low

* Deferred IO setup until first call to show
* Changed sys.exit to ImportError for warning about missing dependencies

-- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000

unicornhathd (0.0.2) stable; urgency=low

* Tweaked Python package MANIFEST
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 @@
unicornhathd (0.0.3) stable; urgency=low

* Deferred IO setup until first call to show
* Changed sys.exit to ImportError for warning about missing dependencies

-- Phil Howard <phil@pimoroni.com> Wed, 18 Oct 2017 00:00:00 +0000

unicornhathd (0.0.2) stable; urgency=low

* Tweaked Python package MANIFEST
Expand Down

0 comments on commit 00d4acf

Please sign in to comment.