Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evenator committed Feb 24, 2020
1 parent 0187fed commit 9e23cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package nmea_navsat_driver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.5.2 (2020-02-23)
------------------
* Use Python's SocketServer rather than low level socket APIs. (`#92 <https://github.com/evenator/nmea_navsat_driver/issues/92>`_)
This simplifies code and makes it easier to add TCP support in the future. The ``buffer_size`` parameter is no longer necessary because this is an internal detail of UDPServer.
* Add documentation that passes ``pydocstyle``. (`#88 <https://github.com/evenator/nmea_navsat_driver/issues/88>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>nmea_navsat_driver</name>
<version>0.5.1</version>
<version>0.5.2</version>
<description>
Package to parse NMEA strings and publish a very simple GPS message. Does not
require or use the GPSD deamon.
Expand Down

0 comments on commit 9e23cf9

Please sign in to comment.