aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--docs/conf.py4
-rwxr-xr-xsource/pyAggr3g470r.py4
2 files changed, 4 insertions, 4 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.
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index 7319cb05..9f1d6eec 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -20,9 +20,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
__author__ = "Cedric Bonhomme"
-__version__ = "$Revision: 3.8 $"
+__version__ = "$Revision: 3.9 $"
__date__ = "$Date: 2010/01/29 $"
-__revision__ = "$Date: 2013/03/15 $"
+__revision__ = "$Date: 2013/04/14 $"
__copyright__ = "Copyright (c) Cedric Bonhomme"
__license__ = "GPLv3"
bgstack15