diff --git a/CHANGELOG.md b/CHANGELOG.md index 40457a12..b36c4b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.2.6 + +* fixed string substitutions. PR [#13] + ## Version 0.2.5 * added list and dict inheritance. PR [#11] diff --git a/setup.py b/setup.py index b89f2ff9..44cf5628 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='pyhocon', - version='0.2.5', + version='0.2.6', 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.', keywords='hocon parser',