From e57b954a1f964ec0635d189c16d130c4e6ba5479 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 5 Dec 2012 11:30:06 -0500 Subject: Upped version to 2.3.dev. Also refactored the version info to force PEP 386 compliance and to avoid the need to change the version in both the source and setup.py --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fabfile.py') diff --git a/fabfile.py b/fabfile.py index ea5ba06..16ceb1d 100644 --- a/fabfile.py +++ b/fabfile.py @@ -95,7 +95,7 @@ def build_envs(): def build_release(): """ Build a package for distribution. """ - ans = prompt('Have you updated the version in both setup.py and __init__.py?', default='Y') + ans = prompt('Have you updated the version_info in __version__.py?', default='Y') if ans.lower() == 'y': local('./setup.py sdist --formats zip,gztar') if platform == 'win32': -- cgit v1.2.3