rawdog 2.18rc1.
authorAdam Sampson <ats@offog.org>
Thu, 1 Aug 2013 14:24:03 +0000 (14:24 +0000)
committerAdam Sampson <ats@offog.org>
Thu, 1 Aug 2013 14:24:03 +0000 (14:24 +0000)
NEWS
rawdoglib/rawdog.py
setup.py

diff --git a/NEWS b/NEWS
index 7b2caf2d930e8678fc9e4dc3160bc6e9fb00d7fb..ef1a2503b92ba3f5839c6077af1cc2a6c8dd4895 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- rawdog 2.18
+
 - rawdog 2.17
 
 Add a one-paragraph description of rawdog to the README file, for use by
index 72f8cfb33737c1ef398a157484a285295d5281f3..3e61659385ab4520bee89104df821b8444b6667d 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.17"
+VERSION = "2.18rc1"
 HTTP_AGENT = "rawdog/" + VERSION
 STATE_VERSION = 2
 
index e7fcd38abe2fc54b19cce336a9fb13c733972ad6..6d01b68ce3e74c0052e7534ae24532f0d8791597 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.17",
+       version = "2.18rc1",
        description = "RSS Aggregator Without Delusions Of Grandeur",
        author = "Adam Sampson",
        author_email = "ats@offog.org",