Commit d84216b6 authored by tarek's avatar tarek

starting 0.6.2

--HG--
branch : distribute
extra : rebase_source : de67d8e28de624925d10501b025f046075d84114
parent cc278c1c
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
CHANGES CHANGES
======= =======
-----
0.6.2
-----
----- -----
0.6.1 0.6.1
----- -----
......
...@@ -66,9 +66,9 @@ Source installation ...@@ -66,9 +66,9 @@ Source installation
Download the source tarball, and uncompress it, then run the install command:: 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 $ wget http://pypi.python.org/packages/source/d/distribute/distribute-0.6.2.tar.gz
$ tar -xzvf distribute-0.6.1.tar.gz $ tar -xzvf distribute-0.6.2.tar.gz
$ cd distribute-0.6 $ cd distribute-0.6.2
$ python setup.py install $ python setup.py install
--------------------------- ---------------------------
......
#!/bin/sh #!/bin/sh
export VERSION="0.6.1" export VERSION="0.6.2"
# creating the releases # creating the releases
rm -rf dist rm -rf dist
......
...@@ -8,7 +8,7 @@ init_path = convert_path('setuptools/command/__init__.py') ...@@ -8,7 +8,7 @@ init_path = convert_path('setuptools/command/__init__.py')
exec(open(init_path).read(), d) exec(open(init_path).read(), d)
SETUP_COMMANDS = d['__all__'] SETUP_COMMANDS = d['__all__']
VERSION = "0.6.1" VERSION = "0.6.2"
from setuptools import setup, find_packages from setuptools import setup, find_packages
import sys 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