From d1149615761d2a6dbf21c9c5dc2159da6ac4ce49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Wed, 16 Oct 2024 16:04:00 -0300 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 9d35f93cac..a483885513 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = "0.13" # The full version, including alpha/beta/rc tags -release = "0.13.0a1" +release = "0.13.0a2" # -- General configuration --------------------------------------------------- @@ -186,7 +186,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.13.0a1" + tree = "v0.13.0a2" # It's not planned for us to get the line number :-( # I had to hammer this data into the info. if "lineno" in info: