From 708e59125e98bc0f3e75a586b1d5404e0381cbcc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 20 Jan 2013 15:00:45 -0600 Subject: [PATCH] Bump documentation version --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 1a8bea0..3767254 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -42,14 +42,14 @@ master_doc = 'index' # General information about the project. project = u'Milla' -copyright = u'2011, Dustin C. Hatch' +copyright = u'2011-2013 Dustin C. Hatch' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.1.2' +version = '0.2' # The full version, including alpha/beta/rc tags. release = version