From dd866381beb1d40c9961be806227822737ba7244 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 29 Jan 2015 22:58:10 +0100 Subject: [PATCH] update docs version, add release to changelog --- docs/changelog.rst | 1 + docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9812df4..36c3984 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.5.0 <2015-01-29>` * :feature:`-` add new task set_file_ssh_authorized_keys to add SSH keys for users * :support:`-` improved logging in fileservertasks.tasks, got rid of diff --git a/docs/conf.py b/docs/conf.py index a557fc7..a9ea99c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ copyright = u'2014, 2015 Jan Dittberner' # built documents. # # The short X.Y version. -version = '0.4' +version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.4.0' +release = '0.5.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.