Commit 6c31d16c authored by tarek's avatar tarek

added change note + raise version

--HG--
branch : distribute
extra : rebase_source : dbba2f1fa3d5292746b9605a906e67c9373c7910
parent 81b38185
......@@ -2,6 +2,17 @@
CHANGES
=======
-----
0.6.1
-----
bootstraping
============
* The boostrap process leave setuptools alone if detected in the system
and --root or --prefix is provided, but is not in the same location.
This closes http://bitbucket.org/tarek/distribute/issue/10.
---
0.6
---
......
......@@ -49,9 +49,9 @@ copyright = u'2009, The fellowship of the packaging'
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.6.1'
# The full version, including alpha/beta/rc tags.
release = '0.6'
release = '0.6.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -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"
VERSION = "0.6.1"
from setuptools import setup, find_packages
import sys
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment