Skip to content

Commit

Permalink
docs: remove version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Nov 30, 2023
1 parent ca65f91 commit 788f045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# Get the version string. Cannot be done with import!
g = {}
with open(os.path.join(os.path.dirname(__file__), '..',
'invenio_circulation', 'version.py'),
'invenio_circulation'),
'rt') as fp:
exec(fp.read(), g)
version = g['__version__']
Expand Down

0 comments on commit 788f045

Please sign in to comment.