Skip to content

Commit

Permalink
Use versioneer (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson committed Apr 1, 2022
1 parent b04e8d5 commit cc0262e
Show file tree
Hide file tree
Showing 7 changed files with 2,807 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dask_sphinx_theme/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ include requirements.txt
include README.rst
include LICENSE.txt
include MANIFEST.in
include versioneer.py
include dask_sphinx_theme/_version.py
3 changes: 2 additions & 1 deletion dask_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from os import path
from . import _version

__version__ = "2.0.3"
__version__ = _version.get_versions()["version"]


def get_html_theme_path():
Expand Down

0 comments on commit cc0262e

Please sign in to comment.