Skip to content

Commit 3e107f3

Browse files
committed
Fix rolling microseconds for sum
1 parent 85062f0 commit 3e107f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@
172172
import pandas # isort:skip
173173

174174
# version = '%s r%s' % (pandas.__version__, svn_version())
175-
version = str(pandas.__version__)
175+
# version = str(pandas.__version__)
176+
177+
version = str(pandas.__version__).split("+")[0]
176178

177179
# The full version, including alpha/beta/rc tags.
178180
release = version

0 commit comments

Comments
 (0)