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"