mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 14:35:49 +00:00
bug fix callinfo ignored timestamp + updated unit tests
This commit is contained in:
parent
0e6bea8f48
commit
f9bd608741
9 changed files with 362118 additions and 7729 deletions
|
|
@ -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
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue