Skip to content

Commit

Permalink
Update to version 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed Nov 3, 2024
1 parent 4dbbfef commit 29a64af
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
## 8.1 (2024-11-03)
### New Features
- Fare drops can now be checked for all flights on the same day or all nonstop flights on the same day
([#303](https://github.com/jdholtz/auto-southwest-check-in/pulls/303))
Expand Down
2 changes: 1 addition & 1 deletion southwest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
from typing import List

__version__ = "v8.0"
__version__ = "v8.1"

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

0 comments on commit 29a64af

Please sign in to comment.