minor tweaks + new tag for release
authorEli Bendersky <eliben@gmail.com>
Fri, 6 Jan 2012 04:01:15 +0000 (06:01 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 6 Jan 2012 04:01:15 +0000 (06:01 +0200)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 091e9a36d9d8a29c33572396bc463675dc026f71..d5b7a1bb2611163a46629750bfae641f2c9c9f4d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,5 @@
 Changelog
 =========
 
-+ Version 0.10 - Initial public release (24.12.2011)
++ Version 0.10 - Initial public release (06.01.2012)
 
diff --git a/TODO b/TODO
index 969daaab66a64e6f1e99ba47659ed03d53f4b780..1f8d11d1d7c93bb82269b362211cfcdf55fdc6f7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,10 +20,7 @@ Preparing a new release
 * Run ``python setup.py build sdist`` (no 'upload' yet)
 * Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
   everything looks ok
-* Create a virtual env for Python 2: 
-  (``virtualenv -p /usr/bin/python2 ~/test/venv/ZZZ``)
-* Use that virtual env executable to install the source tarball
-* Run some examples with the venv and see they work, and run the test suite
+* Runt 'tox' tests (with '-r' to create new venvs)
 * Now build with upload to send it to PyPi
 * Test with pip install from some new virtualenv
 * If everything is OK, upload the distribution to BitBucket as well