From 9fa2dc411c29e4c00b3b1916f1c90d47ad674e65 Mon Sep 17 00:00:00 2001 From: kakwa Date: Sun, 9 Aug 2015 19:50:01 +0200 Subject: [PATCH] increment version number in doc --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3104484..042f0fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'LdapCherry - Directory Management Interface' -copyright = u'2014, Pierre-Francois Carpentier' +copyright = u'2015, Pierre-Francois Carpentier' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -50,7 +50,7 @@ copyright = u'2014, Pierre-Francois Carpentier' # # The short X.Y version. # The full version, including alpha/beta/rc tags. -release = '0.0.1' +release = '0.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.