Skip to content

Commit bad820e

Browse files
committed
ENH: Adding pd.__git_version__ to point to git sha commit (pandas-dev#21295)
1 parent 0b63e81 commit bad820e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
from ._version import get_versions
8484
v = get_versions()
8585
__version__ = v.get('closest-tag', v['version'])
86+
__git_version__ = v['full-revisionid']
8687
del get_versions, v
8788

8889
# module level doc-string

0 commit comments

Comments
 (0)