diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dddb08f03..a3ece189cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ A more detailed list of changes is available in the corresponding milestones for - ... -## 0.10.7 (2023-Dec-12) +## 0.10.7 (2023-Dec-13) ### Changes to existing checks #### On the Google Fonts Profile - **[com.google.fonts/check/name/family_and_style_max_length]:** This test has been extensively reworked, thanks to feedback from @vv-monsale, @moontypespace and @RosaWagner (issue #4316, issue #4104) diff --git a/docs/source/conf.py b/docs/source/conf.py index 490ebe40e8..723000309f 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.5" +release = "0.10.7" # -- 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.5" + tree = "v0.10.7" # It's not planned for us to get the line number :-( # I had to hammer this data into the info. if "lineno" in info: