Commits


Raúl Cumplido authored and GitHub committed f2bac9b6398
ARROW-17518: [CI][Doc][Python] Update glob to detect arrow development version from git (#13966) Reproduced locally: ``` $ git describe --dirty --tags --long --match "apache-arrow-[0-9].*" apache-arrow-9.0.0.dev-641-g0d5bb92-dirty $ git describe --dirty --tags --long --match "apache-arrow-[0-9]*.*" apache-arrow-10.0.0.dev-114-g0d5bb92-dirty ``` Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>