rawdog 2.23rc1.
authorAdam Sampson <ats@offog.org>
Mon, 27 Feb 2017 14:22:24 +0000 (14:22 +0000)
committerAdam Sampson <ats@offog.org>
Mon, 27 Feb 2017 14:22:24 +0000 (14:22 +0000)
NEWS
rawdoglib/rawdog.py
setup.py

diff --git a/NEWS b/NEWS
index 34919938910f806f37ae6f462af5e02b84af6db2..0223e9652ae72a7bedb43932d9718d239627b098 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- rawdog 2.23
+
 - rawdog 2.22
 
 When handling an HTTP 301 redirect response, check whether the new
index 06139ddf4795432bd96c9e3c589c839d6e1510b2..a5e6bfed485109975aa53f66ff63c323fe868a62 100644 (file)
@@ -1,5 +1,5 @@
 # rawdog: RSS aggregator without delusions of grandeur.
-# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016 Adam Sampson <ats@offog.org>
+# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017 Adam Sampson <ats@offog.org>
 #
 # 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.22"
+VERSION = "2.23rc1"
 HTTP_AGENT = "rawdog/" + VERSION
 STATE_VERSION = 2
 
index 4ea83e76eabe3fb38a70a8bf5f392f96679dd89b..5641a81a2aa95b43d172aa25973a8d7df7cb2a7d 100644 (file)
--- 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.22",
+       version="2.23rc1",
        description="RSS Aggregator Without Delusions Of Grandeur",
        author="Adam Sampson",
        author_email="ats@offog.org",