From 7dd255e205ad8e56f7329c460aee67880ef34304 Mon Sep 17 00:00:00 2001 From: Francois Dang Ngoc Date: Sun, 7 Aug 2016 15:33:03 -0400 Subject: [PATCH] bumped version --- CHANGELOG.md | 4 ++++ README.md | 1 + setup.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063aa350..7d78d241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# Version 0.3.31 + +* Bug fix for variables that start with include-blabla. PR [#92] + # Version 0.3.30 * Bug fix for ConfigTree.get_bool(). PR [#90] diff --git a/README.md b/README.md index 28bc1431..78ea067f 100644 --- a/README.md +++ b/README.md @@ -344,3 +344,4 @@ Java properties mapping | :x: - Ernest Mishkin ([@eric239](https://github.com/eric239)) - Alexey Terentiev ([@alexey-terentiev](https://github.com/alexey-terentiev)) - Prashant Shewale ([@pvshewale](https://github.com/pvshewale)) + - mh312 ([@mh321](https://github.com/mh321)) diff --git a/setup.py b/setup.py index eaec4da5..9c009c5c 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_tests(self): setup( name='pyhocon', - version='0.3.30', + version='0.3.31', 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.',