File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # Version 0.3.54
4+
5+ * Fix self references when environment variables exist (@anujkumar93 ) [ #219 ]
6+
37# Version 0.3.53
48
59* Fix JSON and HOCON string escaping (@dtarakanov1 ) [ #209 ]
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ Java properties mapping | :x:
370370 - Brandon Martin [ @bdmartin ] ( https://github.com/bdmartin )
371371 - Bryan Richter [ @chreekat ] ( https://github.com/chreekat )
372372 - dtarakanov1 [ @dtarakanov ] ( https://github.com/dtarakanov )
373-
373+ - Anuj Kumar [ @ anujkumar93 ] ( https://github.com/anujkumar93 )
374374
375375### Thanks
376376
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def run_tests(self):
2525
2626setup (
2727 name = 'pyhocon' ,
28- version = '0.3.53 ' ,
28+ version = '0.3.54 ' ,
2929 description = 'HOCON parser for Python' ,
3030 long_description = 'pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3131 'content into json, yaml and properties format.' ,
You can’t perform that action at this time.
0 commit comments