aboutsummaryrefslogtreecommitdiffstats
path: root/fabfile.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-12-05 11:30:06 -0500
committerWaylan Limberg <waylan@gmail.com>2012-12-05 11:30:06 -0500
commite57b954a1f964ec0635d189c16d130c4e6ba5479 (patch)
tree190f20ecd936b71adce88781f65624ebcd0e2d32 /fabfile.py
parente9fe9c3516d434d3e10a55ad30399a2f42c6363a (diff)
downloadmarkdown-e57b954a1f964ec0635d189c16d130c4e6ba5479.tar.gz
markdown-e57b954a1f964ec0635d189c16d130c4e6ba5479.tar.bz2
markdown-e57b954a1f964ec0635d189c16d130c4e6ba5479.zip
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
Diffstat (limited to 'fabfile.py')
-rw-r--r--fabfile.py2
1 files changed, 1 insertions, 1 deletions
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':