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 064a533 + 49e0d58 commit d9cacdaCopy full SHA for d9cacda
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+1.5.4 (2020-05-05)
7
+++++++++++++++++++
8
+
9
+* 1.5.3 was missing a test database. This release adds the test file.
10
+ There are no other changes. Reported by Lumír 'Frenzy' Balhar. GitHub #60.
11
12
1.5.3 (2020-05-04)
13
++++++++++++++++++
14
MANIFEST.in
@@ -1,2 +1,3 @@
1
-include HISTORY.rst README.rst LICENSE tests/*.py tests/data/test-data/*.mmdb tests/data/test-data/*.raw
+include HISTORY.rst README.rst LICENSE
2
+recursive-include tests/ *.mmdb *.py *.raw
graft docs/html
0 commit comments