rawdog 2.16rc1.
authorAdam Sampson <ats@offog.org>
Mon, 15 Jul 2013 21:11:37 +0000 (21:11 +0000)
committerAdam Sampson <ats@offog.org>
Mon, 15 Jul 2013 21:11:37 +0000 (21:11 +0000)
NEWS
rawdoglib/rawdog.py
setup.py

diff --git a/NEWS b/NEWS
index d97942a3fd258944c4b1762d5cfe28179ffc41c1..e264c3e80c70a1dd8f173bd58bee720ce1f64f49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- rawdog 2.16
+
 - rawdog 2.15
 
 rawdog now requires Python 2.6 (rather than Python 2.2). This is the
index d9d4c109e24ce4466620b78c4d468cb4b395f750..b37b39fc1bd905d5ed772d8a1375ca19d4fce361 100644 (file)
@@ -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.15"
+VERSION = "2.16rc1"
 HTTP_AGENT = "rawdog/" + VERSION
 STATE_VERSION = 2
 
index fc58f233aaa0572876e671c6cfb381ae5a57d48e..72b0403f336e51d8572f2b2ad0508f4b20c51f9b 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.15",
+       version = "2.16rc1",
        description = "RSS Aggregator Without Delusions Of Grandeur",
        author = "Adam Sampson",
        author_email = "ats@offog.org",