diff --git a/docs/devel/infrastructureguide.rst b/docs/devel/infrastructureguide.rst index f6d28025034..add26dd622a 100644 --- a/docs/devel/infrastructureguide.rst +++ b/docs/devel/infrastructureguide.rst @@ -10,7 +10,7 @@ Versioning ---------- To manage identifying the version of the code, MetPy relies upon `setuptools_scm -`_. ``setuptools_scm`` takes the current version of the +`_. ``setuptools_scm`` takes the current version of the source from git tags and any additional commits. For development, the version will have a string like ``0.10.0.post209+gff2e549f.d20190918``, which comes from ``git describe``. This version means that the current code is 209 commits past the 0.10.0 tag, on git hash