diff --git a/CHANGELOG.md b/CHANGELOG.md index f72ea2c0..2c2faa37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# Version 0.3.29 + +* Don't lock pyparsing to a specific version. PR [#86] + # Version 0.3.28 * Quoted str ws fix. PR [#85] diff --git a/README.md b/README.md index 6153f4fb..8050fb39 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ Java properties mapping | :x: - Douglas Simon ([@dougxc](https://github.com/dougxc)) - Gilles Duboscq ([@gilles-duboscq](https://github.com/gilles-duboscq)) - Stefan Anzinger ([@sanzinger](https://github.com/sanzinger)) + - Ryan Van Gilder ([@ryban](https://github.com/ryban)) ### Thanks diff --git a/setup.py b/setup.py index c01656e4..ca90e183 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def run_tests(self): setup( name='pyhocon', - version='0.3.28', + version='0.3.29', 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.',