use tag_build in setup.cfg and change version to rc3 in setup.py

This commit is contained in:
Damien Churchill 2009-10-28 15:55:19 +00:00
parent 1a9f715353
commit d44efe8a66
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
[egg_info]
tag_build = -dev
tag_svn_revision = false
[build_docs]

View file

@ -437,5 +437,5 @@ setup(
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
url = "http://deluge-torrent.org",
version = "1.2.0_rc2",
version = "1.2.0_rc3",
)