Skip to content

Commit 01e754f

Browse files
committed
bump docs version to 19.0.0
1 parent 2d93858 commit 01e754f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ def get_mod_stats():
9797

9898
# General information about the project.
9999
project = u'boltons'
100-
copyright = u'2018, Mahmoud Hashemi'
100+
copyright = u'2019, Mahmoud Hashemi'
101101
author = u'Mahmoud Hashemi'
102102

103-
version = '18.0'
104-
release = '18.0.1'
103+
version = '19.0'
104+
release = '19.0.0'
105105

106106
if os.name != 'nt':
107107
today_fmt = '%B %d, %Y'

0 commit comments

Comments
 (0)