0.5-git version bump.

This commit is contained in:
Guillaume Ayoub 2010-04-19 16:07:32 +02:00
parent dd6ec898eb
commit 8f1a56ceac
2 changed files with 8 additions and 4 deletions

5
NEWS
View File

@ -6,6 +6,9 @@
NEWS NEWS
------ ------
0.5 - **Not released yet**
==========================
0.2 - Snowflakes 0.2 - Snowflakes
================ ================
@ -26,4 +29,4 @@
* First release * First release
* Lightning/Sunbird 0.9 compatibility * Lightning/Sunbird 0.9 compatibility
* Easy installer * Easy installer

View File

@ -84,17 +84,18 @@ class Clean(Command):
os.path.splitext(filename)[1] == ".pyo" or os.path.splitext(filename)[1] == ".pyo" or
filename.endswith("~") or filename.endswith("~") or
(filename.startswith("#") and filename.endswith("#"))) (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( setup(
name="Radicale", name="Radicale",
version="0.2", version="0.5-git",
description="CalDAV Server", description="CalDAV Server",
long_description=__doc__, long_description=__doc__,
author="Guillaume Ayoub", author="Guillaume Ayoub",
author_email="guillaume.ayoub@kozea.fr", author_email="guillaume.ayoub@kozea.fr",
url="http://www.radicale.org/", 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", license="GNU GPL v3",
platforms="Any", platforms="Any",
packages=["radicale", "radicale.acl"], packages=["radicale", "radicale.acl"],