Skip to content

Commit 0e545bb

Browse files
authored
Merge pull request #223 from semuconsulting/RC-1.5.20
restore manifest
2 parents 71ffce2 + 2cf5192 commit 0e545bb

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
include LICENSE
2+
include src/pygpsclient/resources/*.*
3+
global-exclude __pycache__
4+
global-exclude *.pyc

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# PyGPSClient Release Notes
22

3+
### RELEASE 1.5.20
4+
5+
FIXES:
6+
7+
1. Replace missing manifest file.
8+
39
### RELEASE 1.5.19
410

511
FIXES:

src/pygpsclient/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
:license: BSD 3-Clause
99
"""
1010

11-
__version__ = "1.5.19"
11+
__version__ = "1.5.20"

0 commit comments

Comments
 (0)