Skip to content

Commit 4dfa3b8

Browse files
committed
bumped version to 0.3.36
1 parent f669ae8 commit 4dfa3b8

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
38
# Version 0.3.35
49

510
* Implemented contains method. PR [#108]

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ Java properties mapping | :x:
340340
- yzliao ([@yzliao](https://github.com/yzliao))
341341
- atomerju ([@atomerju](https://github.com/atomerju))
342342
- Nick Gerow ([@NickG123](https://github.com/NickG123))
343+
- jjtk88 ([@jjtk88](https://github.com/jjtk88))
343344

344345
### Thanks
345346

@@ -348,3 +349,4 @@ Java properties mapping | :x:
348349
- Alexey Terentiev ([@alexey-terentiev](https://github.com/alexey-terentiev))
349350
- Prashant Shewale ([@pvshewale](https://github.com/pvshewale))
350351
- mh312 ([@mh321](https://github.com/mh321))
352+
- farquet ([@farquet](https://github.com/farquet))

setup.py

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

3131
setup(
3232
name='pyhocon',
33-
version='0.3.35',
33+
version='0.3.36',
3434
description='HOCON parser for Python',
3535
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3636
'content into json, yaml and properties format.',

0 commit comments

Comments
 (0)