From: Eli Bendersky Date: Sun, 6 Jan 2013 14:12:05 +0000 (-0800) Subject: bump version everywhere since the trunk represents an unreleased *next* version X-Git-Tag: v0.21~33 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72683ff694b31f961ce9e5189aeb138c3b5b2b6e;p=pyelftools.git bump version everywhere since the trunk represents an unreleased *next* version --- diff --git a/CHANGES b/CHANGES index dc64e66..da3262f 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,8 @@ Changelog - Added new example: dwarf_decode_address - decode function name and file & line information from an address. + - Issue #7: parsing incorrect DWARF was made a bit more forgiving for cases + where serialized DIE trees have extra NULLs at the end. + Version 0.20 (27.01.2012) diff --git a/elftools/__init__.py b/elftools/__init__.py index 0f14043..4f6eb32 100644 --- a/elftools/__init__.py +++ b/elftools/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.20' +__version__ = '0.21' diff --git a/setup.py b/setup.py index 50b5f95..c8d54b1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( description='Library for analyzing ELF files and DWARF debugging information', long_description=description, license='Public domain', - version='0.20', + version='0.21', author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com',