From c762bc1a8134bdbb33ebfba212d98c6e5fc022f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 5 Sep 2023 14:14:06 +0100 Subject: [PATCH] update version on docs/source/conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 330ce5beaf..1bc4211fea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = "0.9" # The full version, including alpha/beta/rc tags -release = "0.9.0a2" +release = "0.9.0a3" # -- General configuration --------------------------------------------------- @@ -191,7 +191,7 @@ def linkcode_resolve(domain, info): # as seen on this URL: # https://github.com/fonttools/fontbakery/tree/v0.7.2/Lib/fontbakery/profiles - tree = "v0.9.0a2" + tree = "v0.9.0a3" # It's not planned for us to get the line number :-( # I had to hammer this data into the info. if "lineno" in info: