From: Eli Bendersky Date: Fri, 5 Aug 2016 03:17:55 +0000 (-0700) Subject: Getting ready to release 0.24 X-Git-Tag: v0.24~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22a658264124063c6f9edabfafbde7a6390645c4;p=pyelftools.git Getting ready to release 0.24 --- diff --git a/CHANGES b/CHANGES index f147ac4..6916e03 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ Changelog ========= -+ Version 0.24 (??) ++ Version 0.24 (04.08.2016) - Retrieve symbols by name - get_symbol_by_name (#58). - Symbol/section names are strings internally now, not bytestrings (this may diff --git a/elftools/__init__.py b/elftools/__init__.py index 4e2393f..d30e19e 100644 --- a/elftools/__init__.py +++ b/elftools/__init__.py @@ -4,4 +4,4 @@ # Eli Bendersky (eliben@gmail.com) # This code is in the public domain #------------------------------------------------------------------------------- -__version__ = '0.23' +__version__ = '0.24' diff --git a/setup.py b/setup.py index 87ba808..fb64bd7 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.23', + version='0.24', author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com',