From 72683ff694b31f961ce9e5189aeb138c3b5b2b6e Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 6 Jan 2013 06:12:05 -0800 Subject: [PATCH] bump version everywhere since the trunk represents an unreleased *next* version --- CHANGES | 2 ++ elftools/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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', -- 2.30.2