diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2009-11-10 10:31:25 -0500 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2009-11-10 10:31:25 -0500 |
| commit | f45f0d68fe6e3fcc54de78fc511197b709e3260f (patch) | |
| tree | d15822e81528b755d474d0467916eb000e978ea1 /docs | |
| parent | c9c250816140a5fe3c066b91c8886185d3d46fcf (diff) | |
| download | virtualenv-f45f0d68fe6e3fcc54de78fc511197b709e3260f.tar.gz | |
update version for dev
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/index.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 21a2366..e73895f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ copyright = '2009, Ian Bicking, The Open Planning Project' # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.1' +release = '1.4.1.post1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/index.txt b/docs/index.txt index c8fef4e..f80c813 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -317,6 +317,9 @@ Other Documentation and Links Changes & News -------------- +hg tip +~~~~~~ + 1.4.1 ~~~~~ * Include pip 0.6 |
