From 307a6de369f1565ba7c6319322c7f0fdad0d6037 Mon Sep 17 00:00:00 2001 From: Abigail G Date: Sun, 26 Sep 2021 03:54:03 -0400 Subject: [PATCH] bump version to 1.0.0 --- CHANGELOG.md | 5 +++-- callsignlookuptools/__info__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c6052..9c57654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + +## [1.0.0] - 2021-09-27 ### Added - Support for QRZ lookup. - Support for Callook lookup. @@ -15,7 +18,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Command-line interface. - \ No newline at end of file diff --git a/callsignlookuptools/__info__.py b/callsignlookuptools/__info__.py index 8f0152b..7cb36f7 100644 --- a/callsignlookuptools/__info__.py +++ b/callsignlookuptools/__info__.py @@ -6,7 +6,7 @@ __summary__ = "QRZ, Callook, HamQTH, and QRZCQ API interface with sync and async support" __webpage__ = "https://callsignlookuptools.miaow.io" -__version__ = "0.0.0" +__version__ = "1.0.0" __author__ = "classabbyamp, 0x5c" __email__ = "dev@kb6.ee, dev@0x5c.io"