diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-28 17:15:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-28 17:15:53 -0400 |
commit | 947071b4a9fc3ae90039e3e7b2a1e2ca483f7f50 (patch) | |
tree | 88e7242385e1fa9eafde01fc0eb4f91bbe3a3fb2 /doc/conf.py | |
parent | 863d7602bf3ffff089dc9e9ee8b89ad404f0fea4 (diff) | |
download | python-coveragepy-git-947071b4a9fc3ae90039e3e7b2a1e2ca483f7f50.tar.gz |
Updates for 5.0a1
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 08c88537..503387b5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,9 +56,9 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME # built documents. # # The short X.Y version. -version = '4.5' # CHANGEME +version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.5.1' # CHANGEME +release = '5.0a1' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |