File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 0.3.54
4
+
5
+ * Fix self references when environment variables exist (@anujkumar93 ) [ #219 ]
6
+
3
7
# Version 0.3.53
4
8
5
9
* 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:
370
370
- Brandon Martin [ @bdmartin ] ( https://github.com/bdmartin )
371
371
- Bryan Richter [ @chreekat ] ( https://github.com/chreekat )
372
372
- dtarakanov1 [ @dtarakanov ] ( https://github.com/dtarakanov )
373
-
373
+ - Anuj Kumar [ @ anujkumar93 ] ( https://github.com/anujkumar93 )
374
374
375
375
### Thanks
376
376
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def run_tests(self):
25
25
26
26
setup (
27
27
name = 'pyhocon' ,
28
- version = '0.3.53 ' ,
28
+ version = '0.3.54 ' ,
29
29
description = 'HOCON parser for Python' ,
30
30
long_description = 'pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
31
31
'content into json, yaml and properties format.' ,
You can’t perform that action at this time.
0 commit comments