Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a35ff3

Browse files
committed
Make version a string
1 parent 98633b2 commit 8a35ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project = 'Python en Español'
1313
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
1414

15-
release = version = 3.7
15+
release = version = '3.7'
1616

1717
# There are two options for replacing |today|: either, you set today to some
1818
# non-false value, then it is used:

0 commit comments

Comments
 (0)