Skip to content

Commit

Permalink
updated README, added @anujkumar93 as contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Jan 6, 2020
1 parent 6d59d97 commit d242459
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit d242459

Please sign in to comment.