Skip to content

Commit

Permalink
Update to version 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdholtz committed Jun 4, 2023
1 parent 6c0186c commit 60f5720
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 @@ -2,7 +2,7 @@
When upgrading to a new version, make sure to follow the directions under the "Upgrading" header of the corresponding version.
If there is no "Upgrading" header for that version, no post-upgrade actions need to be performed.

## Upcoming
## 4.1 (2023-06-04)

### Improvements
- Make the webdriver initialization more resistant to random issues
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: # pragma: no cover
from config import Config

__version__ = "v4.0"
__version__ = "v4.1"

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

0 comments on commit 60f5720

Please sign in to comment.