From 8f1a56ceac68b6534317e9f8f1623ba12436ab93 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Mon, 19 Apr 2010 16:07:32 +0200 Subject: [PATCH] 0.5-git version bump. --- NEWS | 5 ++++- setup.py | 7 ++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 000dac1..a6a1fd1 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ NEWS ------ +0.5 - **Not released yet** +========================== + 0.2 - Snowflakes ================ @@ -26,4 +29,4 @@ * First release * Lightning/Sunbird 0.9 compatibility -* Easy installer \ No newline at end of file +* Easy installer diff --git a/setup.py b/setup.py index bef5f95..9a687a3 100755 --- a/setup.py +++ b/setup.py @@ -84,17 +84,18 @@ class Clean(Command): os.path.splitext(filename)[1] == ".pyo" or filename.endswith("~") or (filename.startswith("#") and filename.endswith("#"))) - +# When the version is updated, ``version`` and ``download_url`` must be modified +# A new section in the ``NEWS`` file must be added too setup( name="Radicale", - version="0.2", + version="0.5-git", description="CalDAV Server", long_description=__doc__, author="Guillaume Ayoub", author_email="guillaume.ayoub@kozea.fr", url="http://www.radicale.org/", - download_url = "http://radicale.org/src/radicale/Radicale-0.2.tar.gz", + #download_url = "http://radicale.org/src/radicale/Radicale-0.5.tar.gz", license="GNU GPL v3", platforms="Any", packages=["radicale", "radicale.acl"],