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 Jul 21, 2021
1 parent f4a6af8 commit e5bdf29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = "The Font Bakery Authors"

# The short X.Y version
version = "0.7"
version = "0.8"
# The full version, including alpha/beta/rc tags
release = "0.7.38"
release = "0.8.0"


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -199,7 +199,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.38'
tree = 'v0.8.0'
# 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 e5bdf29

Please sign in to comment.