From: Adam Sampson Date: Sat, 13 Jul 2013 16:48:22 +0000 (+0000) Subject: rawdog 2.15. X-Git-Tag: v2.15 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=dfca8a00491118cc2de57b7a4ee8c59ec4d8cc0a;p=rawdog%2F.git rawdog 2.15. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index c678e34..d9d4c10 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -16,7 +16,7 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA, or see http://www.gnu.org/. -VERSION = "2.15rc2" +VERSION = "2.15" HTTP_AGENT = "rawdog/" + VERSION STATE_VERSION = 2 diff --git a/setup.py b/setup.py index 6a77fd1..fc58f23 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info < (2, 6) or sys.version_info >= (3,): sys.exit(1) setup(name = "rawdog", - version = "2.15rc2", + version = "2.15", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org",