From d84216b635ebdf215e3dfc5b8a6df2861a151f25 Mon Sep 17 00:00:00 2001
From: tarek <none@none>
Date: Tue, 8 Sep 2009 22:50:40 +0200
Subject: [PATCH] starting 0.6.2

--HG--
branch : distribute
extra : rebase_source : de67d8e28de624925d10501b025f046075d84114
---
 CHANGES.txt | 5 +++++
 README.txt  | 6 +++---
 release.sh  | 2 +-
 setup.py    | 2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 3465828c..cff23b9c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+-----
+0.6.2
+-----
+
+
 -----
 0.6.1
 -----
diff --git a/README.txt b/README.txt
index 0aa27465..7adc47d8 100755
--- a/README.txt
+++ b/README.txt
@@ -66,9 +66,9 @@ Source installation
 
 Download the source tarball, and uncompress it, then run the install command::
 
-    $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.1.tar.gz
-    $ tar -xzvf distribute-0.6.1.tar.gz
-    $ cd distribute-0.6
+    $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.2.tar.gz
+    $ tar -xzvf distribute-0.6.2.tar.gz
+    $ cd distribute-0.6.2
     $ python setup.py install
 
 ---------------------------
diff --git a/release.sh b/release.sh
index 992d4e26..0bd65efe 100755
--- a/release.sh
+++ b/release.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-export VERSION="0.6.1"
+export VERSION="0.6.2"
 
 # creating the releases
 rm -rf dist
diff --git a/setup.py b/setup.py
index 59a3bfa2..9ef640de 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ init_path = convert_path('setuptools/command/__init__.py')
 exec(open(init_path).read(), d)
 
 SETUP_COMMANDS = d['__all__']
-VERSION = "0.6.1"
+VERSION = "0.6.2"
 
 from setuptools import setup, find_packages
 import sys
-- 
2.30.9