Skip to content

Commit

Permalink
update version on docs/source/conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Sep 20, 2024
1 parent 0c40907 commit cf66f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = "0.13"
# The full version, including alpha/beta/rc tags
release = "0.13.0a0"
release = "0.13.0a1"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -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.0a0"
tree = "v0.13.0a1"
# It's not planned for us to get the line number :-(
# I had to hammer this data into the info.
if "lineno" in info:
Expand Down

0 comments on commit cf66f8d

Please sign in to comment.