bump to 0.8

This commit is contained in:
Romain Bignon 2011-04-04 10:30:09 +02:00
commit 31a0a0a8be
65 changed files with 67 additions and 67 deletions

View file

@ -29,7 +29,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages):
NAME = 'newsfeed'
MAINTAINER = u"Clément Schreiner"
EMAIL = "clemux@clemux.info"
VERSION = '0.7'
VERSION = '0.8'
DESCRIPTION = "Loads RSS and Atom feeds from any website"
LICENSE = "GPLv3"
CONFIG = ValuesDict(Value('url', label="Atom/RSS feed's url"))