We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71ffce2 + 2cf5192 commit 0e545bbCopy full SHA for 0e545bb
MANIFEST.in
@@ -0,0 +1,4 @@
1
+include LICENSE
2
+include src/pygpsclient/resources/*.*
3
+global-exclude __pycache__
4
+global-exclude *.pyc
RELEASE_NOTES.md
@@ -1,5 +1,11 @@
# PyGPSClient Release Notes
+### RELEASE 1.5.20
+
5
+FIXES:
6
7
+1. Replace missing manifest file.
8
9
### RELEASE 1.5.19
10
11
FIXES:
src/pygpsclient/_version.py
@@ -8,4 +8,4 @@
:license: BSD 3-Clause
"""
-__version__ = "1.5.19"
+__version__ = "1.5.20"
0 commit comments