Skip to content

Commit 2a7e604

Browse files
committed
bump version to 1.1.1
1 parent 604bbf1 commit 2a7e604

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77

88
## [Unreleased]
9+
10+
11+
## [1.1.1] - 2023-08-31
912
### Fixed
1013
- Compatibility with newer typer versions (#33).
1114
- Compatibility with newer pydantic versions.
@@ -35,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3538
- Command-line interface.
3639

3740

38-
[Unreleased]: https://github.com/miaowware/callsignlookuptools/compare/v1.1.0...HEAD
41+
[Unreleased]: https://github.com/miaowware/callsignlookuptools/compare/v1.1.1...HEAD
42+
[1.1.1]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.1.1
3943
[1.1.0]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.1.0
4044
[1.0.1]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.0.1
4145
[1.0.0]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.0.0

callsignlookuptools/__info__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__summary__ = "QRZ, Callook, HamQTH, and QRZCQ API interface with sync and async support"
77
__webpage__ = "https://callsignlookuptools.miaow.io"
88

9-
__version__ = "1.1.0"
9+
__version__ = "1.1.1"
1010

1111
__author__ = "classabbyamp, 0x5c"
1212

0 commit comments

Comments
 (0)