summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')