Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed May 27, 2018
1 parent b820c62 commit 9b8830e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# Version 0.3.43
* Support slash character / in keys (@richard534) [#166]

# 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]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,4 @@ Java properties mapping | :x:
- Cosmin Basca ([@cosminbasca](https://github.com/cosminbasca))
- cryptofred ([@cryptofred](https://github.com/cryptofred))
- Dominik1123 ([@Dominik1123](https://github.com/Dominik1123))
- Richard Taylor ([@richard534](https://github.com/richard534))
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.42',
version='0.3.43',
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 9b8830e

Please sign in to comment.