summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-11-03 16:34:02 +0100
committerMarkus Ullmann <jokey@gentoo.org>2007-11-03 16:34:02 +0100
commite703c14c16869ff1b1bb66bfbae9820b2fe8ce78 (patch)
treed3612ca2a09a323c93ff3da29860d908974e6a17
parentFix exception name. (diff)
downloadpkgcore-e703c14c16869ff1b1bb66bfbae9820b2fe8ce78.tar.gz
pkgcore-e703c14c16869ff1b1bb66bfbae9820b2fe8ce78.tar.bz2
pkgcore-e703c14c16869ff1b1bb66bfbae9820b2fe8ce78.zip
Version 0.3.2v0.3.2
-rw-r--r--doc/getting-started.rst4
-rw-r--r--pkgcore/const.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/getting-started.rst b/doc/getting-started.rst
index fc375327..62ab9d04 100644
--- a/doc/getting-started.rst
+++ b/doc/getting-started.rst
@@ -158,7 +158,7 @@ No equivalents:
``--config``:
- This may be implemented in ``pmaint`` in the future, possibly 0.3.
+ This may be implemented in ``pmaint`` in the future, possibly 0.4.x.
``--prune``:
@@ -216,7 +216,7 @@ No equivalents:
``--tree``:
- This is formatter-dependent; it may be included in 0.3.
+ This is formatter-dependent; it may be included in 0.4.
``--verbose``:
diff --git a/pkgcore/const.py b/pkgcore/const.py
index c92ea49c..5a3cd7ab 100644
--- a/pkgcore/const.py
+++ b/pkgcore/const.py
@@ -62,4 +62,4 @@ RSYNC_HOST = "rsync.gentoo.org/gentoo-portage"
CVS_BIN = "/usr/bin/cvs"
-VERSION = '0.3.1'
+VERSION = '0.3.2'