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 May 29, 2020
1 parent 9696ebf commit 39a6987
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 @@ -27,7 +27,7 @@
# The short X.Y version
version = "0.7"
# The full version, including alpha/beta/rc tags
release = "0.7.25"
release = "0.7.26"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -192,7 +192,7 @@ def linkcode_resolve(domain, info):
# AND We can link to a tag i.e. a release tag. This is awesome:
# tag is: "v0.7.2"
# https://github.com/googlefonts/fontbakery/tree/v0.7.2/Lib/fontbakery/profiles
tree = 'v0.7.25'
tree = 'v0.7.26'
# 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 39a6987

Please sign in to comment.