rawdog 2.21. v2.21
authorAdam Sampson <ats@offog.org>
Sat, 18 Jul 2015 23:08:57 +0000 (00:08 +0100)
committerAdam Sampson <ats@offog.org>
Sat, 18 Jul 2015 23:08:57 +0000 (00:08 +0100)
rawdoglib/rawdog.py
setup.py

index 684a0f9554ee016b8872208399f5bac0aade2ccf..3a31d2a5cb4958601777ac29622b344812351370 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.21rc1"
+VERSION = "2.21"
 HTTP_AGENT = "rawdog/" + VERSION
 STATE_VERSION = 2
 
index 7ff94d5263561005ca04fc93e36fe7f462e851f5..6c430c8bf5dff5a83cc81d17d0690d0a1f5f49ad 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.21rc1",
+       version = "2.21",
        description = "RSS Aggregator Without Delusions Of Grandeur",
        author = "Adam Sampson",
        author_email = "ats@offog.org",