Skip to content

Commit

Permalink
bump and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbridak committed Feb 19, 2024
1 parent d17b058 commit 6ecaf08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ brother.

## Recent Changes

- [24.2.19] Corrected the datetime.utcnow() deprecation to work on Python 3.9+
- [24.2.11] Trapped a KeyError in get_state()
- [24.1.27] Removed some datetime.utcnow() and pkgutil.getloader() deprecations.
- [23.11.9] Merged from @wvolz fixing crash related to tuning to a non ham band.
Expand Down
2 changes: 1 addition & 1 deletion fdlogger/lib/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""It's the version"""
__version__ = "24.2.11"
__version__ = "24.2.19"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "fdlogger"
version = "24.2.11"
version = "24.2.19"
description = "ARRL Field Day logger GUI"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 6ecaf08

Please sign in to comment.