Skip to content

Commit

Permalink
Merge pull request #22 from mithro/main
Browse files Browse the repository at this point in the history
Update vendored `versioneer` to v0.29
  • Loading branch information
mithro authored Mar 17, 2024
2 parents 745bc1f + 6cbd73b commit 6709e89
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 6709e89

Please sign in to comment.