# HG changeset patch # User Marcin Kasperski # Date 2015-10-15 22:56:46 # Node ID a894816abf1a7cad8a5837ad406fe08c93f533e1 # Parent 2175f1078de22a0eb5694b36397fa93bcbd22340 history0.7.1 diff --git a/HISTORY.txt b/HISTORY.txt --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,9 @@ +0.7.1 +~~~~~~~~~~~~~~~~~~ + +#48 NullHandler import failure no longer breaks the extension. +May help python 2.6 compatibility. + 0.7.0 ~~~~~~~~~~~~~~~~~~~ diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -version = '0.7.0' +version = '0.7.1' try: from setuptools import setup, find_packages