diff --git a/CHANGELOG b/CHANGELOG index 7b0cf9c..faef357 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2015-11-14 Ben Davis + + * Handling more UTF-8 encoding issues in `_quote` method. + 2015-07-18 Artem Sorokin * Fixing UTF-8 encoding issues. diff --git a/asterisk/__init__.py b/asterisk/__init__.py index 13b48cd..c4c07ee 100644 --- a/asterisk/__init__.py +++ b/asterisk/__init__.py @@ -11,4 +11,4 @@ manager - a module for interacting with the asterisk manager interface """ __all__ = ['agi', 'agitb', 'config', 'manager'] -__version__ = '0.4.6' +__version__ = '0.4.7' diff --git a/setup.py b/setup.py old mode 100755 new mode 100644