Author: ianb Date: 2008-10-27 15:31:40 -0600 (Mon, 27 Oct 2008) New Revision: 3633
Modified: FormEncode/tags/1.1/setup.cfg FormEncode/tags/1.1/setup.py Log: Auto-update of version strings Modified: FormEncode/tags/1.1/setup.cfg =================================================================== --- FormEncode/tags/1.1/setup.cfg 2008-10-27 21:31:27 UTC (rev 3632) +++ FormEncode/tags/1.1/setup.cfg 2008-10-27 21:31:40 UTC (rev 3633) @@ -1,43 +1,39 @@ [global] command_packages = buildutils.pudge_command, buildutils.publish_command -[egg_info] -tag_build = dev -tag_svn_revision = true +[nosetests] +detailed-errors = 1 +[publish] +doc-dest = scp://[EMAIL PROTECTED]/home/groups/f/fo/formencode/htdocs/ +doc-dir = docs/html + [pudge] -theme = pythonpaste.org -docs = docs/index.txt docs/Validator.txt docs/ToDo.txt - docs/news.txt docs/htmlfill.txt docs/Design.txt - docs/community.txt docs/download.txt - docs/history.txt docs/i18n.txt -doc_base = docs/ +organization = FormEncode +title = FormEncode dest = docs/html +docs = docs/index.txt docs/Validator.txt docs/ToDo.txt + docs/news.txt docs/htmlfill.txt docs/Design.txt + docs/community.txt docs/download.txt + docs/history.txt docs/i18n.txt +settings = normal_link_color=#083 + visited_color=#038 + hover_color=#dfd + body_outer_bg_color=#173 + body_border_color=#0f0 + nav_container_color=#7d9 + nav_button_color=#073 + nav_border_color=#0f5 + doctitle_color=#009900 + no_about=true + link1=/Validator.html Documentation modules = formencode -exclude_modules = formencode.fields formencode.formgen - formencode.sqlformgen formencode.sqlschema -title = FormEncode +doc_base = docs/ +theme = pythonpaste.org mailing_list_url = http://formencode.org/community.html -organization = FormEncode -settings = normal_link_color=#083 - visited_color=#038 - hover_color=#dfd - body_outer_bg_color=#173 - body_border_color=#0f0 - nav_container_color=#7d9 - nav_button_color=#073 - nav_border_color=#0f5 - doctitle_color=#009900 +exclude_modules = formencode.fields formencode.formgen + formencode.sqlformgen formencode.sqlschema - no_about=true - link1=/Validator.html Documentation - -[publish] -doc-dir = docs/html -doc-dest = scp://[EMAIL PROTECTED]/home/groups/f/fo/formencode/htdocs/ - [aliases] distribute = register sdist bdist_egg upload pudge publish -[nosetests] -detailed-errors = 1 Modified: FormEncode/tags/1.1/setup.py =================================================================== --- FormEncode/tags/1.1/setup.py 2008-10-27 21:31:27 UTC (rev 3632) +++ FormEncode/tags/1.1/setup.py 2008-10-27 21:31:40 UTC (rev 3633) @@ -1,7 +1,7 @@ import sys from setuptools import setup -version = '1.0.2' +version = '1.1' tests_require = ['nose'] if sys.version < '2.5': ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
