Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Nov 5, 2020
1 parent 2fffb09 commit 07758b8
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.57

* Rewrite the logic to resolve package-relative paths so we can remove the "asset" library (@klamann) [#247]

# Version 0.3.56

* fix include error with chinese strings (@xinghaixu) [#240]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ assert config == d
- Peter Zaitcev [@USSX-Hares](https://github.com/USSX-Hares)
- Oliver Nemček [@olii](https://github.com/olii)
- Guillaume George [@LysanderGG](https://github.com/LysanderGG)
- Sebastian Straub [@klamann](https://github.com/klamann)

### Thanks

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def run_tests(self):

setup(
name='pyhocon',
version='0.3.56',
version='0.3.57',
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 07758b8

Please sign in to comment.