mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 14:35:49 +00:00
Added pyhamtools.qsl to load LOTW and EQSL user list
This commit is contained in:
parent
beb8862ebe
commit
250d8e6b79
16 changed files with 162799 additions and 12 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
---------
|
||||
|
||||
PyHamTools 0.4.2
|
||||
================
|
||||
|
||||
11. October 2014
|
||||
|
||||
* added pyhamtools.qsl (get EQSL.cc and LOTW user lists)
|
||||
|
||||
PyHamTools 0.4.1
|
||||
================
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
import sys
|
||||
import os
|
||||
|
||||
from pyhamtools.version import __version__, __release__
|
||||
|
||||
sys.path.insert(0,"/Users/user/projects/pyhamtools/pyhamtools")
|
||||
|
||||
|
|
@ -58,9 +59,9 @@ copyright = u'2014, Tobias Wellnitz, DH1TW'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.4'
|
||||
version = __version__
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.4.1'
|
||||
release = __release__
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
:Version: |release|
|
||||
:Code: https://github.com/dh1tw/pyhamtools
|
||||
:License: MIT; see LICENSE file
|
||||
:License: MIT; see :doc:`license` file
|
||||
:Issues: https://github.com/dh1tw/pyhamtools/issues
|
||||
:Documentation: http://pyhamtools.readthedocs.org/
|
||||
:IRC: #hamtests on webirc.deltaxray.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue