From 97ffcfe948faef99fcdcb961d090e4a6de1464d4 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 29 Aug 2024 15:57:09 -0600 Subject: [PATCH] MNT: Update redirecting link --- docs/devel/infrastructureguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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