From 30c9a51d9adaf87db465cf32f3f3ec198121edb4 Mon Sep 17 00:00:00 2001 From: Francois Dang Ngoc Date: Sat, 3 Dec 2016 19:06:12 -0500 Subject: [PATCH] bumped version to 0.3.35 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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.',