Skip to content

Commit

Permalink
Prep for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Mar 17, 2017
1 parent f743ee0 commit 914f16e
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.2
-----

* Added __version__ to module

2.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/dot3k/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.0.1'
__version__ = '2.0.2'

2 changes: 1 addition & 1 deletion library/dothat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.0.1'
__version__ = '2.0.2'

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 = 'dot3k',
version = '2.0.1',
version = '2.0.2',
author = 'Philip Howard',
author_email = 'phil@pimoroni.com',
description = 'Display-o-Tron 3000/HAT Driver',
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dot3k (2.0.2) stable; urgency=low

* Added __version__ to module

-- Phil Howard <phil@pimoroni.com> Thu, 10 Nov 2016 00:00:00 +0000

dot3k (2.0.1) UNRELEASED; urgency=low

* Now handles reset pin for Display-o-Tron HAT
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dot3k (2.0.2) stable; urgency=low

* Added __version__ to module

-- Phil Howard <phil@pimoroni.com> Thu, 10 Nov 2016 00:00:00 +0000

dot3k (2.0.1) UNRELEASED; urgency=low

* Now handles reset pin for Display-o-Tron HAT
Expand Down

0 comments on commit 914f16e

Please sign in to comment.