aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-04-14 21:27:29 +0200
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-04-14 21:27:29 +0200
commit3a204c2ba8fb5baeb09421cde2e8dc32ff13f007 (patch)
treeda1d94cff8478f9735d90bc3f1c09e6276440e6e /docs
parentThe heart pict wasn't any more present in the /history page. (diff)
downloadnewspipe-3a204c2ba8fb5baeb09421cde2e8dc32ff13f007.tar.gz
newspipe-3a204c2ba8fb5baeb09421cde2e8dc32ff13f007.tar.bz2
newspipe-3a204c2ba8fb5baeb09421cde2e8dc32ff13f007.zip
Released version 3.9.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index da0e5b2d..496ffb2d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2010-2013, Cédric Bonhomme'
# built documents.
#
# The short X.Y version.
-version = '3.8'
+version = '3.9'
# The full version, including alpha/beta/rc tags.
-release = '3.8'
+release = '3.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
bgstack15