Skip to content

Commit fb2cded

Browse files
committed
bumped version to 0.3.41
1 parent d036d7d commit fb2cded

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
# Version 0.3.41
4+
* Fixed escaped quotes inside quoted and unquoted string (@darthbear) [#158]
5+
36
# Version 0.3.40
47
* Fix non-root ConfigTree merge onto root ConfigTree (@aalba6675) [#156]
58
* Unresolved optional substitutions work with config merging (@aalba6675) [#153]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyhocon
44
[![pypi](http://img.shields.io/pypi/v/pyhocon.png)](https://pypi.python.org/pypi/pyhocon)
55
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/Pyhocon.svg)](https://pypi.python.org/pypi/pyhocon/)
66
[![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&utm_medium=referral&utm_content=chimpler/pyhocon&utm_campaign=Badge_Grade)
88
[![License](https://img.shields.io/pypi/l/Pyhocon.svg)](https://pypi.python.org/pypi/pyhocon/)
99
[![Coverage Status](https://coveralls.io/repos/chimpler/pyhocon/badge.svg)](https://coveralls.io/r/chimpler/pyhocon)
1010
[![Requirements Status](https://requires.io/github/chimpler/pyhocon/requirements.svg?branch=master)](https://requires.io/github/chimpler/pyhocon/requirements/?branch=master)

setup.py

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

2626
setup(
2727
name='pyhocon',
28-
version='0.3.40',
28+
version='0.3.41',
2929
description='HOCON parser for Python',
3030
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3131
'content into json, yaml and properties format.',

0 commit comments

Comments
 (0)