Skip to content

Commit

Permalink
fix bad merge of version sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 10, 2023
1 parent 335c3e7 commit 178f7e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@

version_file = Path(__file__).parent.parent / 'vineflower-version'

# The short X.Y versions
# The full api version, including alpha/beta/rc tags
release = '1.9.3'
with open(version_file, 'rt', encoding='utf-8') as fp:
release = fp.readline().strip()

rst_prolog = f"""
.. |version| replace:: {release}
Expand Down

0 comments on commit 178f7e4

Please sign in to comment.