Skip to content

Commit

Permalink
Bumped version to 0.3.42
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed May 10, 2018
1 parent d60ddc5 commit 048497d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.42
* Added resolve option to with_fallback (@afanasev) [#164]
* Allow unresolved substitution to use default string or substitution string (e.g., ${abc}) [#163]

# Version 0.3.41
* Fixed escaped quotes inside quoted and unquoted string (@darthbear) [#158]

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ Java properties mapping | :x:
- Anthony Alba [@aalba6675](https://github.com/aalba6675)
- hugovk [@hugovk](https://github.com/hugovk)
- chunyang-wen [@chunyang-wen](https://github.com/chunyang-wen)
- afanasev [@afanasev](https://github.com/afanasev)

### 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.41',
version='0.3.42',
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 048497d

Please sign in to comment.