Skip to content

Commit

Permalink
Update to version 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed Nov 5, 2023
1 parent 416d318 commit 775f9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ When upgrading to a new version, make sure to follow the directions under the "U
If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed.


## Upcoming
## 7.0 (2023-11-05)
### New Features
- Added official Python 3.12 support
- Python 3.7 is officially unsupported now
Expand Down
2 changes: 1 addition & 1 deletion lib/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if TYPE_CHECKING:
from lib.config import GlobalConfig

__version__ = "v6.1"
__version__ = "v7.0"

__doc__ = """
Schedule a check-in:
Expand Down

0 comments on commit 775f9ed

Please sign in to comment.