mirror of
https://codeberg.org/mclemens/qrzlogger.git
synced 2025-01-03 08:26:47 -05:00
v0.6.9 -> v0.7.0
This commit is contained in:
parent
c77fcca2d1
commit
9c14bace8a
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = qrzlogger
|
name = qrzlogger
|
||||||
version = 0.6.9
|
version = 0.7.0
|
||||||
author = Michael Clemens
|
author = Michael Clemens
|
||||||
author_email = qrzlogger@qrz.is
|
author_email = qrzlogger@qrz.is
|
||||||
description = A python application to log QSOs directly to QRZ.com from the command line
|
description = A python application to log QSOs directly to QRZ.com from the command line
|
||||||
|
@ -44,7 +44,7 @@ class QRZLogger():
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""initialize things"""
|
"""initialize things"""
|
||||||
|
|
||||||
self.version = "0.6.9"
|
self.version = "0.7.0"
|
||||||
|
|
||||||
# Define the configuration object
|
# Define the configuration object
|
||||||
self.config = configparser.ConfigParser()
|
self.config = configparser.ConfigParser()
|
||||||
|
Loading…
Reference in New Issue
Block a user