summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2013-01-11 01:57:05 +0100
committerAlexis Métaireau <alexis@notmyidea.org>2013-01-11 01:57:05 +0100
commit43c8a850873d4be4f39310fd123b566729986050 (patch)
tree7a911bb8ec3fcbdd546881aada28eb2709f3cb9f /setup.py
parent9662e850ab618ff9f1bf2b814531eef20af73093 (diff)
downloadfeedgenerator-43c8a850873d4be4f39310fd123b566729986050.tar.gz
update the version to 1.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd539ea..9fdf341 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ AUTHOR_EMAIL = 'foundation@djangoproject.com'
MAINTAINER = 'Dirk Makowski'
MAINTAINER_EMAIL = 'dm@parenchym.com'
KEYWORDS = "feed atom rss".split(' ')
-VERSION = '1.5.dev'
+VERSION = '1.5'
TEST_SUITE = 'tests'