1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Automated merge with ssh://hg@bitbucket.org/ianb/pip/

This commit is contained in:
Jannis Leidel 2009-06-24 22:46:26 +02:00
commit e33582aeb5
3 changed files with 6 additions and 6 deletions

View file

@ -35,15 +35,15 @@ master_doc = 'index'
# General substitutions.
project = 'pip'
copyright = '2008, The Open Planning Project'
copyright = '2009, The Open Planning Project'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.1'
release = '0.4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View file

@ -1,8 +1,8 @@
News for pip
============
hg tip
------
0.4
---
* Make ``-e`` work better with local hg repositories

View file

@ -6,7 +6,7 @@ else:
import os
version = '0.3.1'
version = '0.4'
doc_dir = os.path.join(os.path.dirname(__file__), 'docs')
index_filename = os.path.join(doc_dir, 'index.txt')