Skip to content

Commit

Permalink
release 0.2.0 with long awaited bugfix. Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
vitiral committed Feb 7, 2017
1 parent fb3ac7d commit 51da00f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpio.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
__version__ = '0.1.2'
__version__ = '0.2.0'

import threading
import os
Expand Down
7 changes: 7 additions & 0 deletions tests/test_gpio.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# -*- coding: utf-8 -*-

"""Unit tests.
These don't seem to work on anymore (at least not on x86)
"""


from unittest import TestCase
try:
from unittest.mock import mock_open, patch
Expand Down

0 comments on commit 51da00f

Please sign in to comment.