summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-04-16 15:11:31 -0500
committerIan Bicking <ianb@colorstudy.com>2010-04-16 15:11:31 -0500
commit0d104d03f9364d0a780aa4b2412d1aac165314fa (patch)
tree408a35e2b7a48f4be6788fbf8993c44fed344231
parentc5b679789146d2ce89f959c8b100aeb06c90eee8 (diff)
downloadpip-0d104d03f9364d0a780aa4b2412d1aac165314fa.tar.gz
update versions for dev
-rw-r--r--docs/news.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index e51f90670..07b9d7e2a 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,6 +1,11 @@
News for pip
============
+hg tip
+------
+
+* Nothing yet
+
0.7
---
diff --git a/setup.py b/setup.py
index b7454ad88..13b3bbb58 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ else:
import os
-version = "0.7"
+version = "0.7.post1"
doc_dir = os.path.join(os.path.dirname(__file__), 'docs')
index_filename = os.path.join(doc_dir, 'index.txt')