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.
1 parent e63d9a1 commit b5c2c6aCopy full SHA for b5c2c6a
HISTORY.rst
@@ -3,14 +3,15 @@
3
History
4
-------
5
6
-1.2.1 (2016-XX-XX)
+1.2.1 (2016-06-10)
7
++++++++++++++++++
8
9
* This module now uses the ``ipaddress`` module for Python 2 rather than the
10
``ipaddr`` module. Users should notice no behavior change beyond the change
11
in dependencies.
12
* Removed ``requirements.txt` from `MANIFEST.in` in order to stop warning
13
during installation.
14
+* Added missing test data.
15
16
1.2.0 (2015-04-07)
17
MANIFEST.in
@@ -1,2 +1,2 @@
1
-include HISTORY.rst README.rst LICENSE tests/decoder_test.py tests/reader_test.py
+include HISTORY.rst README.rst LICENSE tests/*.py tests/data/test-data/*.mmdb tests/data/test-data/*.raw
2
graft docs/html
0 commit comments