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 @@
     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',