Skip to content

Commit

Permalink
bump to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Feb 7, 2024
1 parent 54941fe commit df528cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Pull requests are welcome for this code base. When you submit your pull request
* Must pass the linting requirements. Run `tox` (also run on your pull request).

# Changes
* 1.4.4: Fixed nuitka build process with breaking dependencies introduced by python-dotenv 1.0.1
* 1.4.3: Updated nuitka package and fixed breaking build from urllib3 update.
* 1.4.2: Prints log if chrome driver fails to launch.
* 1.4.1: Try and fix failed upload on last version.
Expand Down
2 changes: 1 addition & 1 deletion open_webdriver/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Simply contains the version of the app."""
VERSION = "1.4.3"
VERSION = "1.4.4"

0 comments on commit df528cb

Please sign in to comment.