Skip to content

Commit

Permalink
Add versioneer for version management.
Browse files Browse the repository at this point in the history
  • Loading branch information
phaesler committed May 5, 2020
1 parent 1e01c01 commit cac2af5
Show file tree
Hide file tree
Showing 7 changed files with 2,358 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
datacube_ows/_version.py export-subst
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
include versioneer.py
include datacube_ows/_version.py
4 changes: 4 additions & 0 deletions datacube_ows/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
__version__ = "0.8.2"

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

0 comments on commit cac2af5

Please sign in to comment.