Skip to content

Commit 309ef1f

Browse files
committed
version != release
1 parent 62b4db9 commit 309ef1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
sys.path.append(os.path.abspath('cpython/Doc'))
2222
from conf import *
2323

24-
release = version = '3.7.7'
24+
version = '3.7'
25+
release = '3.7.7'
2526

2627
project = 'Python en Español'
2728
copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')

0 commit comments

Comments
 (0)