summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-08-25 09:50:22 +0000
committerAli Polatel <hawking@gentoo.org>2008-08-25 09:50:22 +0000
commit9e871124d1da97c7ce49a1d6c73d87e2fef23544 (patch)
treeab161f5fa35b00bb5294c52c6177b9009d75fa77
parentEcho the PMS command before running, #232860. (diff)
downloadpython-updater-9e871124d1da97c7ce49a1d6c73d87e2fef23544.tar.gz
python-updater-9e871124d1da97c7ce49a1d6c73d87e2fef23544.tar.bz2
python-updater-9e871124d1da97c7ce49a1d6c73d87e2fef23544.zip
Tag version 0.6
-rw-r--r--ChangeLog2
-rwxr-xr-xpython-updater2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ab2d006..4b814f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ This file lists all changes except typo and formatting fixes.
2008-08-25 Ali Polatel
+ * python-updater: Tag version 0.6
+
* python-updater: Echo the PMS command before running, #232860.
* python-updater: Tell the user to use -o switch when no previous
diff --git a/python-updater b/python-updater
index 02ae714..dff71fb 100755
--- a/python-updater
+++ b/python-updater
@@ -23,7 +23,7 @@
# PKGS_MASKED = list of packages that are installed, but masked.
#
-VERSION="0.5"
+VERSION="0.6"
NEW_PY_VER=$(python -V 2>&1 | sed 's:Python ::' | cut -d. -f1-2)
PKGS_EXCEPTIONS="dev-lang/python sys-apps/portage"