Author: damoxc
Revision: 5888
Log:
use tag_build in setup.cfg and change version to rc3 in setup.py
Diff:
Modified: branches/1.2_RC/setup.cfg
===================================================================
--- branches/1.2_RC/setup.cfg 2009-10-28 13:33:27 UTC (rev 5887)
+++ branches/1.2_RC/setup.cfg 2009-10-28 15:55:19 UTC (rev 5888)
@@ -1,4 +1,5 @@
[egg_info]
+tag_build = -dev
tag_svn_revision = false
[build_docs]
Modified: branches/1.2_RC/setup.py
===================================================================
--- branches/1.2_RC/setup.py 2009-10-28 13:33:27 UTC (rev 5887)
+++ branches/1.2_RC/setup.py 2009-10-28 15:55:19 UTC (rev 5888)
@@ -437,5 +437,5 @@
]},
packages = find_packages(exclude=["plugins", "docs", "tests"]),
url = "http://deluge-torrent.org",
- version = "1.2.0_rc2",
+ version = "1.2.0_rc3",
)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---