Skip to content

Commit

Permalink
Update vendored versioneer to v0.29
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Mar 17, 2024
1 parent 745bc1f commit 6cbd73b
Show file tree
Hide file tree
Showing 3 changed files with 1,164 additions and 642 deletions.
3 changes: 3 additions & 0 deletions sphinx_symbiflow_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,6 @@ def __new__(cls, *args, **kwargs):

def get_html_context():
return {"table_fix": TableFix, "derender_toc": DerenderToc}

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 6cbd73b

Please sign in to comment.