Skip to content

Commit

Permalink
Merge pull request #972 from adamtheturtle/fix-version-sphinx
Browse files Browse the repository at this point in the history
Fix the version in Sphinx to be the last released version
  • Loading branch information
adamtheturtle authored Oct 15, 2024
2 parents 04feb94 + 79bc56b commit 8e70755
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ universal = true

[tool.setuptools_scm]

# This keeps the start of the version the same as the last release.
# This is useful for our documentation to include e.g. binary links
# to the latest released binary.
#
# Code to match this is in ``conf.py``.
version_scheme = "post-release"

[tool.ruff]
target-version = "py310"

Expand Down

0 comments on commit 8e70755

Please sign in to comment.