File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
# Version 0.3.56
4
8
5
9
* fix include error with chinese strings (@xinghaixu ) [ #240 ]
Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ assert config == d
380
380
- Peter Zaitcev [ @USSX-Hares ] ( https://github.com/USSX-Hares )
381
381
- Oliver Nemček [ @olii ] ( https://github.com/olii )
382
382
- Guillaume George [ @LysanderGG ] ( https://github.com/LysanderGG )
383
+ - Sebastian Straub [ @klamann ] ( https://github.com/klamann )
383
384
384
385
### Thanks
385
386
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def run_tests(self):
26
26
27
27
setup (
28
28
name = 'pyhocon' ,
29
- version = '0.3.56 ' ,
29
+ version = '0.3.57 ' ,
30
30
description = 'HOCON parser for Python' ,
31
31
long_description = 'pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
32
32
'content into json, yaml and properties format.' ,
You can’t perform that action at this time.
0 commit comments