Skip to content

Commit 07758b8

Browse files
committed
bumped version
1 parent 2fffb09 commit 07758b8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# Version 0.3.57
4+
5+
* Rewrite the logic to resolve package-relative paths so we can remove the "asset" library (@klamann) [#247]
6+
37
# Version 0.3.56
48

59
* fix include error with chinese strings (@xinghaixu) [#240]

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ assert config == d
380380
- Peter Zaitcev [@USSX-Hares](https://github.com/USSX-Hares)
381381
- Oliver Nemček [@olii](https://github.com/olii)
382382
- Guillaume George [@LysanderGG](https://github.com/LysanderGG)
383+
- Sebastian Straub [@klamann](https://github.com/klamann)
383384

384385
### Thanks
385386

setup.py

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

2727
setup(
2828
name='pyhocon',
29-
version='0.3.56',
29+
version='0.3.57',
3030
description='HOCON parser for Python',
3131
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3232
'content into json, yaml and properties format.',

0 commit comments

Comments
 (0)