diff --git a/CHANGELOG.md b/CHANGELOG.md index 0953cfc3..956a1e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# Version 0.3.33 + +* Fix unicode dict key. PR [#94] + # Version 0.3.32 * Bug fix for include file. PR [#93] diff --git a/README.md b/README.md index cb66591a..5ae7e711 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,7 @@ Java properties mapping | :x: - Ryan Van Gilder ([@ryban](https://github.com/ryban)) - Martin Kristiansen ([@lillekemiker](https://github.com/lillekemiker)) - yzliao ([@yzliao](https://github.com/yzliao)) + - atomerju ([@atomerju](https://github.com/atomerju)) ### Thanks diff --git a/setup.py b/setup.py index 59a19c27..cdeadb8e 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_tests(self): setup( name='pyhocon', - version='0.3.32', + version='0.3.33', description='HOCON parser for Python', long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON ' 'content into json, yaml and properties format.',