We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1679dd0 commit 3857d4dCopy full SHA for 3857d4d
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.1-rc"
+release = "5.0.0rc2"
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "caqui"
7
-version = "5.0.0rc1"
+version = "5.0.0rc2"
8
description = "Run asynchronous commands in WebDrivers"
9
readme = "README.md"
10
requires-python = ">=3.7"
0 commit comments