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 1372d6b4b..279effa56 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -1,6 +1,11 @@
News / Changelog
================
+HEAD
+----
+
+* Start to use git-flow.
+
1.0
---
diff --git a/setup.py b/setup.py
index 1d6d703a4..5e9a67010 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ news_filename = os.path.join(doc_dir, "news.txt")
long_description = """\
The main website for pip is `www.pip-installer.org
<http://www.pip-installer.org>`_. You can also install
-the `in-development version <https://github.com/pypa/pip/tarball/master#egg=pip-dev>`_
+the `in-development version <https://github.com/pypa/pip/tarball/develop#egg=pip-dev>`_
of pip with ``easy_install pip==dev``.
"""
f = open(index_filename)