From: Adam Sampson Date: Tue, 26 Jul 2016 11:16:30 +0000 (+0100) Subject: rawdog 2.22rc1. X-Git-Tag: v2.22~7 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=b6b40c7c54c4411443477e5d80bc198b6d1c4f86;p=rawdog%2F.git rawdog 2.22rc1. --- diff --git a/NEWS b/NEWS index 4a29dcb..0dc5b54 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- rawdog 2.22 + - rawdog 2.21 Don't crash when asked to show a non-existant template ("-s foo") -- and diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 3a31d2a..81ae64c 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -1,5 +1,5 @@ # rawdog: RSS aggregator without delusions of grandeur. -# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015 Adam Sampson +# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016 Adam Sampson # # rawdog is free software; you can redistribute and/or modify it # under the terms of that license as published by the Free Software @@ -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.21" +VERSION = "2.22rc1" HTTP_AGENT = "rawdog/" + VERSION STATE_VERSION = 2 diff --git a/setup.py b/setup.py index 6c430c8..0ee248d 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.21", + version = "2.22rc1", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org",