From e5b53f61e591231469ceb3ff69312d33712dfe66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Mon, 15 Apr 2024 16:22:55 -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 52ceed447f..f22d46a97b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = "0.12" # The full version, including alpha/beta/rc tags -release = "0.12.0" +release = "0.12.1" # -- 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.12.0" + tree = "v0.12.1" # It's not planned for us to get the line number :-( # I had to hammer this data into the info. if "lineno" in info: