We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1972c9b commit 792bad3Copy full SHA for 792bad3
2 files changed
docs/conf.py
@@ -22,7 +22,7 @@
22
author = "Douglas Cardoso"
23
24
# The full version, including alpha/beta/rc tags
25
-release = "5.0.0rc5"
+release = "5.0.0"
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
6
[project]
7
name = "caqui"
8
-version = "5.0.0rc5"
+version = "5.0.0rc6"
9
description = "Run asynchronous commands in WebDrivers"
10
readme = "README.md"
11
requires-python = ">=3.7"
@@ -26,6 +26,9 @@ dependencies = [
"webdriver_manager",
"types-requests",
"beautifulsoup4",
29
+ "inflection",
30
+ "websockets",
31
+ "deprecated",
32
]
33
34
license = { file = "LICENSE" }
0 commit comments