aboutsummaryrefslogtreecommitdiffstats
path: root/fabfile.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-11-04 17:49:37 -0500
committerWaylan Limberg <waylan@gmail.com>2012-11-04 17:49:37 -0500
commit6aa18462014e9c6327b84bf39108dd5f56db37e5 (patch)
tree92cdd5f5bd7eab4ccee5467063aa9c1ae7c6e478 /fabfile.py
parent1ba24658c2608330085d64ec8c0253864f566f8e (diff)
downloadmarkdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.tar.gz
markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.tar.bz2
markdown-6aa18462014e9c6327b84bf39108dd5f56db37e5.zip
Upped version to 2.2.1.
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 472c769..ea5ba06 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -10,7 +10,7 @@ from sys import platform
def _get_versions():
""" Find and comfirm all supported versions of Python. """
vs = []
- for v in ['2.4', '2.5', '2.6', '2.7', '3.1', '3.2']:
+ for v in ['2.5', '2.6', '2.7', '3.1', '3.2']:
with settings(
hide('warnings', 'running', 'stdout', 'stderr'),
warn_only=True