From d242459d9273d9845db9f0306fd3bd8f37e340a0 Mon Sep 17 00:00:00 2001 From: Francois Dang Ngoc Date: Sun, 5 Jan 2020 23:11:55 -0500 Subject: [PATCH] updated README, added @anujkumar93 as contributor --- CHANGELOG.md | 4 ++++ README.md | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6807c661..52680903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# Version 0.3.54 + +* Fix self references when environment variables exist (@anujkumar93) [#219] + # Version 0.3.53 * Fix JSON and HOCON string escaping (@dtarakanov1) [#209] diff --git a/README.md b/README.md index ad0b6a5b..46dad6e1 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ Java properties mapping | :x: - Brandon Martin [@bdmartin](https://github.com/bdmartin) - Bryan Richter [@chreekat](https://github.com/chreekat) - dtarakanov1 [@dtarakanov](https://github.com/dtarakanov) - + - Anuj Kumar [@anujkumar93](https://github.com/anujkumar93) ### Thanks diff --git a/setup.py b/setup.py index 22eb6699..18a651bb 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def run_tests(self): setup( name='pyhocon', - version='0.3.53', + version='0.3.54', 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.',