From 99b5746f52d2bf1129f86f548dc5d1b351a82022 Mon Sep 17 00:00:00 2001 From: Christian Jacobs Date: Mon, 2 Apr 2018 17:38:32 +0100 Subject: [PATCH] Bumping version number to 1.1.0. --- README.md | 2 +- bin/pyqso | 2 +- pyqso/adif.py | 2 +- pyqso/cabrillo.py | 2 +- tests/test_adif.py | 4 ++-- tests/test_cabrillo.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 519debd..fa54e0e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ but the complete list is given below: * python3-matplotlib (version 1.3.0 or later) * python3-numpy * libxcb-render0-dev -* [cartopy](http://scitools.org.uk/cartopy/), for drawing the world map. This package depends on python3-cairocffi, cython, libproj-dev (version 4.9.0 or later), and libgeos-dev (version 3.3.3 or later). +* [cartopy](http://scitools.org.uk/cartopy/), for drawing the world map. This package depends on python3-scipy, python3-cairocffi, cython, libproj-dev (version 4.9.0 or later), and libgeos-dev (version 3.3.3 or later). * [geocoder](https://pypi.python.org/pypi/geocoder), for QTH lookups. * python3-sphinx, for building the documentation. * python3-hamlib, for Hamlib support. diff --git a/bin/pyqso b/bin/pyqso index 4e262e3..7024b8c 100755 --- a/bin/pyqso +++ b/bin/pyqso @@ -34,7 +34,7 @@ import pkg_resources import logging logging.basicConfig(level=logging.INFO) -logging.info("PyQSO version 1.0.0") +logging.info("PyQSO version 1.1.0") # This will help Python find the PyQSO modules that need to be imported below. pyqso_path = os.path.join(os.path.realpath(os.path.dirname(__file__)), os.pardir) diff --git a/pyqso/adif.py b/pyqso/adif.py index 46a8faa..2869f2a 100644 --- a/pyqso/adif.py +++ b/pyqso/adif.py @@ -348,7 +348,7 @@ class ADIF: %s PyQSO -1.0.0 +1.1.0 \n""" % (dt, len(records), len(str(ADIF_VERSION)), ADIF_VERSION)) # Then write each record to the file. diff --git a/pyqso/cabrillo.py b/pyqso/cabrillo.py index 2debe9d..f5c1be0 100644 --- a/pyqso/cabrillo.py +++ b/pyqso/cabrillo.py @@ -49,7 +49,7 @@ class Cabrillo: # Header f.write("""START-OF-LOG: %s\n""" % (CABRILLO_VERSION)) - f.write("""CREATED-BY: PyQSO v1.0.0\n""") + f.write("""CREATED-BY: PyQSO v1.1.0\n""") f.write("""CALLSIGN: %s\n""" % (mycall)) f.write("""CONTEST: %s\n""" % (contest)) diff --git a/tests/test_adif.py b/tests/test_adif.py index 4432a0b..c7d4c3d 100644 --- a/tests/test_adif.py +++ b/tests/test_adif.py @@ -108,7 +108,7 @@ class TestADIF(unittest.TestCase): assert(""" 3.0.4 PyQSO -1.0.0 +1.1.0 TEST123 20120402 @@ -150,7 +150,7 @@ class TestADIF(unittest.TestCase): assert(""" 3.0.4 PyQSO -1.0.0 +1.1.0 TEST123 20120402 diff --git a/tests/test_cabrillo.py b/tests/test_cabrillo.py index c632709..e8f08f5 100644 --- a/tests/test_cabrillo.py +++ b/tests/test_cabrillo.py @@ -35,7 +35,7 @@ class TestCabrillo(unittest.TestCase): records = [{'TIME_ON': '1955', 'BAND': '40m', 'CALL': 'TEST', 'FREQ': "145.550", 'MODE': 'FM', 'QSO_DATE': '20130322', 'RST_SENT': '59 001', 'RST_RCVD': '59 002'}, {'TIME_ON': '0820', 'BAND': '20m', 'CALL': 'TEST2ABC', 'FREQ': "144.330", 'MODE': 'SSB', 'QSO_DATE': '20150227', 'RST_SENT': '55 020', 'RST_RCVD': '57 003'}, {'TIME_ON': '0832', 'BAND': '2m', 'CALL': 'HELLO', 'FREQ': "145.550", 'MODE': 'FM', 'QSO_DATE': '20150227', 'RST_SENT': '59 001', 'RST_RCVD': '59 002'}] expected = """START-OF-LOG: 3.0 -CREATED-BY: PyQSO v1.0.0 +CREATED-BY: PyQSO v1.1.0 CALLSIGN: MYCALL CONTEST: MYCONTEST QSO: 145550.0 FM 2013-03-22 1955 MYCALL 59 001 TEST 59 002 0