Skip to content

Commit d242459

Browse files
committed
updated README, added @anujkumar93 as contributor
1 parent 6d59d97 commit d242459

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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]

README.md

+1-1
Original file line numberDiff line numberDiff 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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run_tests(self):
2525

2626
setup(
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.',

0 commit comments

Comments
 (0)