Commit fb2cded 1 parent d036d7d commit fb2cded Copy full SHA for fb2cded
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # Version 0.3.41
4
+ * Fixed escaped quotes inside quoted and unquoted string (@darthbear ) [ #158 ]
5
+
3
6
# Version 0.3.40
4
7
* Fix non-root ConfigTree merge onto root ConfigTree (@aalba6675 ) [ #156 ]
5
8
* Unresolved optional substitutions work with config merging (@aalba6675 ) [ #153 ]
Original file line number Diff line number Diff line change 4
4
[ ![ pypi] ( http://img.shields.io/pypi/v/pyhocon.png )] ( https://pypi.python.org/pypi/pyhocon )
5
5
[ ![ Supported Python Versions] ( https://img.shields.io/pypi/pyversions/Pyhocon.svg )] ( https://pypi.python.org/pypi/pyhocon/ )
6
6
[ ![ Build Status] ( https://travis-ci.org/chimpler/pyhocon.svg )] ( https://travis-ci.org/chimpler/pyhocon )
7
- [ ![ Codacy Badge] ( https://www .codacy.com/project/badge/684cdd4d82734702ac612bf8b25fc5a0 )] ( https://www.codacy.com/app/francois-dangngoc/pyhocon )
7
+ [ ![ Codacy Badge] ( https://api .codacy.com/project/badge/Grade/ 684cdd4d82734702ac612bf8b25fc5a0 )] ( https://www.codacy.com/app/francois-dangngoc/pyhocon?utm_source=github.com & amp ; utm_medium=referral & amp ; utm_content=chimpler/pyhocon & amp ; utm_campaign=Badge_Grade )
8
8
[ ![ License] ( https://img.shields.io/pypi/l/Pyhocon.svg )] ( https://pypi.python.org/pypi/pyhocon/ )
9
9
[ ![ Coverage Status] ( https://coveralls.io/repos/chimpler/pyhocon/badge.svg )] ( https://coveralls.io/r/chimpler/pyhocon )
10
10
[ ![ Requirements Status] ( https://requires.io/github/chimpler/pyhocon/requirements.svg?branch=master )] ( https://requires.io/github/chimpler/pyhocon/requirements/?branch=master )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def run_tests(self):
25
25
26
26
setup (
27
27
name = 'pyhocon' ,
28
- version = '0.3.40 ' ,
28
+ version = '0.3.41 ' ,
29
29
description = 'HOCON parser for Python' ,
30
30
long_description = 'pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
31
31
'content into json, yaml and properties format.' ,
You can’t perform that action at this time.
0 commit comments