Commit 4dfa3b8 1 parent f669ae8 commit 4dfa3b8 Copy full SHA for 4dfa3b8
File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 0.3.36
4
+
5
+ * Fixed tripled quoted string parsing bug. PR [ #119 ]
6
+ * Added pop() method to ConfigTree and added KeyError to ConfigMissingException. PR [ #120 ]
7
+
3
8
# Version 0.3.35
4
9
5
10
* Implemented contains method. PR [ #108 ]
Original file line number Diff line number Diff line change @@ -340,6 +340,7 @@ Java properties mapping | :x:
340
340
- yzliao ([ @yzliao ] ( https://github.com/yzliao ) )
341
341
- atomerju ([ @atomerju ] ( https://github.com/atomerju ) )
342
342
- Nick Gerow ([ @NickG123 ] ( https://github.com/NickG123 ) )
343
+ - jjtk88 ([ @jjtk88 ] ( https://github.com/jjtk88 ) )
343
344
344
345
### Thanks
345
346
@@ -348,3 +349,4 @@ Java properties mapping | :x:
348
349
- Alexey Terentiev ([ @alexey-terentiev ] ( https://github.com/alexey-terentiev ) )
349
350
- Prashant Shewale ([ @pvshewale ] ( https://github.com/pvshewale ) )
350
351
- mh312 ([ @mh321 ] ( https://github.com/mh321 ) )
352
+ - farquet ([ @farquet ] ( https://github.com/farquet ) )
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def run_tests(self):
30
30
31
31
setup (
32
32
name = 'pyhocon' ,
33
- version = '0.3.35 ' ,
33
+ version = '0.3.36 ' ,
34
34
description = 'HOCON parser for Python' ,
35
35
long_description = 'pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
36
36
'content into json, yaml and properties format.' ,
You can’t perform that action at this time.
0 commit comments