diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c215a4b..3c8fbd6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +# Version 0.3.35 + +* Implemented contains method . PR [#108] +* Fixed bug where last line is a comment. PR [#109] + # Version 0.3.34 * Fixed some error handling that was unable to deal with unicode keys. PR [#99] diff --git a/setup.py b/setup.py index 9d2371ce..c421cb46 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def run_tests(self): setup( name='pyhocon', - version='0.3.34', + version='0.3.35', 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.',