Skip to content

Commit 5d1d0ac

Browse files
committed
define release 2020.1
1 parent 2489930 commit 5d1d0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
# General information about the project.
9494
project = u"Scipy lecture notes"
95-
copyright = u'2012,2013,2015,2016,2017,2018'
95+
copyright = u'2012,2013,2015,2016,2017,2018,2019,2020'
9696

9797
# The version info for the project you're documenting, acts as replacement for
9898
# |version| and |release|, also used in various other places throughout the
@@ -108,7 +108,7 @@
108108
version = p.stdout.read().strip().decode()
109109

110110
# The full version, including alpha/beta/rc tags.
111-
release = '2018.1'
111+
release = '2020.1'
112112

113113
# The language for content autogenerated by Sphinx. Refer to documentation
114114
# for a list of supported languages.

0 commit comments

Comments
 (0)