From 65c385e749b078216d46c1c9a16cd8d687205422 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Thu, 17 Nov 2016 15:09:28 -0800 Subject: [PATCH] Hack to make bumpversion keep track of doc version --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 571718a..ded8e8e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ author = u'Pete Shadbolt' # built documents. # # The short X.Y version. -version = '0.4' +version = '0.4.18' # The full version, including alpha/beta/rc tags. release = '0.4.18'