Bump version to 0.22 and update TODO a bit
authorEli Bendersky <eliben@gmail.com>
Sun, 30 Mar 2014 13:42:37 +0000 (06:42 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 30 Mar 2014 13:42:37 +0000 (06:42 -0700)
CHANGES
TODO
elftools/__init__.py
setup.py
tox.ini

diff --git a/CHANGES b/CHANGES
index e45ebb0d60364d4d00e1b0ed6523588ce8193264..926dbe07c39ad1ccece411cff47192355b9fcbc3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-+ Version 0.22 (??)
++ Version 0.22 (30.03.2014)
 
   - pyelftools repository moved to https://github.com/eliben/pyelftools
   - Support for version sections - contributed by Yann Rouillard.
@@ -35,4 +35,3 @@ Changelog
     on Windows.
 
 + Version 0.10 - Initial public release (06.01.2012)
-
diff --git a/TODO b/TODO
index 7ee53e3bcb89201ca7e345ab7bf21e1a8598c4bd..d1a852bdc603ebf2968d1f99c776e0b94bdd1528 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ New version
 * Update elftools/__init__.py
 * Update setup.py
 * Update CHANGES
-* Tag in hg
+* Tag in git (v0.xx)
 
 construct
 ---------
@@ -22,10 +22,8 @@ python setup.py build sdist upload
 Preparing a new release
 -----------------------
 
-* Run readelf tests with up-to-date readelf (from the new binutils)
-* Run all tests with Python 2.7 before packaging, on Linux
+* Run tox
 * Make sure new version was updated everywhere appropriate
-* Packaging done on Linux
 * Run ``python setup.py build sdist`` (no 'upload' yet)
 * Untar the created ``dist/pyelftools-x.y.tar.gz`` and make sure
   everything looks ok
@@ -33,4 +31,3 @@ Preparing a new release
 * Now build with upload to send it to PyPi
 * Test with pip install from some new virtualenv
 * The older download can be kept alive for a couple of days
-
index 90be2eb959d1730e2547a0999204756e1b6e53fe..8a3e56cdffc07ac85c392510b03d17bf413e3cb9 100644 (file)
@@ -4,5 +4,4 @@
 # Eli Bendersky (eliben@gmail.com)
 # This code is in the public domain
 #-------------------------------------------------------------------------------
-__version__ = '0.21'
-
+__version__ = '0.22'
index 727041111afab07cc46736516567f822eee7ca5e..3fed12d749d366341e68eeec796d7659a965cd12 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
     description='Library for analyzing ELF files and DWARF debugging information',\r
     long_description=description,\r
     license='Public domain',\r
-    version='0.21',\r
+    version='0.22',\r
     author='Eli Bendersky',\r
     maintainer='Eli Bendersky',\r
     author_email='eliben@gmail.com',\r
diff --git a/tox.ini b/tox.ini
index 2adfc88fe9d3cf533b2c59e838f5107f83d2d321..600ca1c9a6008718ae95085022f266575722201e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -10,4 +10,3 @@ commands =
 [testenv:py26]
 deps =
     unittest2
-