From 7838d063e33246ec21cf58060ced35e3771b5e82 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 7 Nov 2013 08:09:57 -0600 Subject: Version bump to 1.3.3 Signed-off-by: Sol Jerome --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index d1bb029d2..0e4009cd3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ else: # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3.2' +release = '1.3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3-1-g7c22 From 514f51630839ad318c600b861c1b3dd7867ff17f Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 8 Nov 2013 17:26:36 -0600 Subject: doc: Add another level to our contents page Requested by rudi_s on IRC to aid in navigation (especially for new users). Signed-off-by: Sol Jerome --- doc/contents.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/contents.txt b/doc/contents.txt index 8af0d808a..8220d0d1d 100644 --- a/doc/contents.txt +++ b/doc/contents.txt @@ -7,7 +7,7 @@ Bcfg2 documentation |release| ============================= .. toctree:: - :maxdepth: 2 + :maxdepth: 3 introduction/index installation/index -- cgit v1.2.3-1-g7c22