From 5ddb92b8ccdb27f3874516bbc0229be6e16d05d7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 25 Oct 2016 15:39:38 +0200 Subject: Version bump for develop. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 4d22c9bd..ebc77124 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,9 +56,9 @@ copyright = '2016, Ethereum' # built documents. # # The short X.Y version. -version = '0.4.3' +version = '0.4.4' # The full version, including alpha/beta/rc tags. -release = '0.4.3-develop' +release = '0.4.4-develop' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit