From 9018edd61735d3c6527da69f24f923023aa84825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Fri, 12 Jan 2024 13:55:17 -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 6110e6881a..c93f2f2f16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = "0.10" # The full version, including alpha/beta/rc tags -release = "0.10.8" +release = "0.10.9" # -- 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.10.8" + tree = "v0.10.9" # It's not planned for us to get the line number :-( # I had to hammer this data into the info. if "lineno" in info: