Skip to content

Commit

Permalink
Prep for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 9, 2021
1 parent b4b4de0 commit 5525c58
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.0.3
-----

* Add support for geoidal separation
* Add support for lat/long direction
* Require Python >= 3.6

0.0.2
-----

Expand Down
7 changes: 7 additions & 0 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ Stable (library only) from PyPi:
* Just run `sudo pip3 install pa1010d`

# Changelog
0.0.3
-----

* Add support for geoidal separation
* Add support for lat/long direction
* Require Python >= 3.6

0.0.2
-----

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

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.2
version = 0.0.3
author = Philip Howard
author_email = [email protected]
description = Python library for the PA1010D i2c GPS module
Expand Down

0 comments on commit 5525c58

Please sign in to comment.