Skip to content

Commit

Permalink
bumped version to 0.3.35
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Dec 4, 2016
1 parent 29bdb47 commit 30c9a51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 30c9a51

Please sign in to comment.