bug fix callinfo ignored timestamp + updated unit tests

This commit is contained in:
dh1tw 2016-01-11 23:38:28 +01:00
parent 0e6bea8f48
commit f9bd608741
9 changed files with 362118 additions and 7729 deletions

View file

@ -1,6 +1,17 @@
Changelog
---------
PyHamTools 0.5.4
================
11. January 2016
* Bugfix: Callinfo.get_all(callsign, timestamp) did ignore timestamp
* added unit test for the bug above
* extended timeout for QRZ.com request to 10 seconds (sometimes a bit slow)
* updated QRZ.com unit tests for fixture callsigns (XX1XX and XX2XX)
PyHamTools 0.5.3
================

View file

@ -52,7 +52,7 @@ master_doc = 'index'
# General information about the project.
project = u'pyhamtools'
copyright = u'2015, Tobias Wellnitz, DH1TW'
copyright = u'2016, Tobias Wellnitz, DH1TW'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the