Skip to content

Commit

Permalink
Do not hardcode the version string. Use the version attribute of the …
Browse files Browse the repository at this point in the history
…package.
  • Loading branch information
fjankowsk committed Aug 30, 2023
1 parent 091a4e9 commit be2a686
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
# For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

from scatfit import __version__

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "scatfit"
copyright = "2022-2023, Fabian Jankowski"
author = "Fabian Jankowski"
release = "0.2.20"
release = __version__
version = release

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit be2a686

Please sign in to comment.