summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-14 11:15:31 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-14 11:15:31 -0400
commit269f06ff6f07060f57b91c8e189d7c87740ac1ed (patch)
treeea7d8ce246172bb5b5e4216d88e76d6223aee426 /setup.py
parentaed63e03e94d3edffec5f9e43a948b72d719be2d (diff)
downloadcliff-269f06ff6f07060f57b91c8e189d7c87740ac1ed.tar.gz
prepare for release 1.4.21.4.2
Change-Id: I28b35a92885d48c7b7860baaaaafd502a0c497e6
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index d0600c0..bef22f4 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,7 @@
#!/usr/bin/env python
PROJECT = 'cliff'
-
-# Change docs/source/conf.py too!
-VERSION = '1.4.1'
+VERSION = '1.4.2'
from setuptools import setup, find_packages