Skip to content

Commit

Permalink
Prep for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 9, 2022
1 parent 38b2a72 commit f3f9bfd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions examples/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
PMTK225,<1 or 0> = Enable/Disable PPS
"""


def timeout(err=None, timeout=5.0):
if err is None:
err = "Timed out!"
Expand Down
1 change: 0 additions & 1 deletion examples/pps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python3
import time
import sys

from pa1010d import PA1010D
Expand Down
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.0.4
-----

* Fix read/write for Python 3.9

0.0.3
-----

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


__version__ = '0.0.3'
__version__ = '0.0.4'

PA1010D_ADDR = 0x10

Expand Down
2 changes: 1 addition & 1 deletion library/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
[metadata]
name = pa1010d
version = 0.0.3
version = 0.0.4
author = Philip Howard
author_email = phil@pimoroni.com
description = Python library for the PA1010D i2c GPS module
Expand Down

0 comments on commit f3f9bfd

Please sign in to comment.