Skip to content

Commit

Permalink
Merge pull request #753 from opendatacube/for_1_8_21
Browse files Browse the repository at this point in the history
Version updates for 1.8.21
  • Loading branch information
SpacemanPaul authored Oct 21, 2021
2 parents bdf1ba9 + 25fd44c commit db6df6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacube_ows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
try:
from ._version import version as __version__
except ImportError:
__version__ = "1.8.20+?"
__version__ = "1.8.21+?"
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
'Programming Language :: Python :: 3.5',
],
setup_requires=setup_requirements,
use_scm_version=True,
use_scm_version={
"version_scheme": "post-release",
},
test_suite='tests',
tests_require=test_requirements,
extras_require=extras
Expand Down

0 comments on commit db6df6e

Please sign in to comment.