Skip to content

Commit

Permalink
update news for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Sep 14, 2010
1 parent d3ea3cc commit f55c28e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/news.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
News for pip
============

tip
---
0.8.1
-----

* Added global --user flag as shortcut for --install-option="--user". From
Ronny Pfannschmidt.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from setuptools import setup

version = "0.8"
version = "0.8.1"

doc_dir = os.path.join(os.path.dirname(__file__), 'docs')
index_filename = os.path.join(doc_dir, 'index.txt')
Expand Down

0 comments on commit f55c28e

Please sign in to comment.