Skip to content

Commit

Permalink
bumped version to 0.3.52
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Apr 4, 2019
1 parent 55a9ea3 commit fddf8c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# Version 0.3.52

* Add samples to MANIFEST.in/sdist (@chreekat) [#203]
* Use std json library to fix json string escaping (@bdmartin) [#202]

# Version 0.3.51

* Added partial implementation of hocon duration and period recommended api (@gabis-precog) [#199]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pyhocon
[![pypi](http://img.shields.io/pypi/v/pyhocon.png)](https://pypi.python.org/pypi/pyhocon)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/Pyhocon.svg)](https://pypi.python.org/pypi/pyhocon/)
[![Build Status](https://travis-ci.org/chimpler/pyhocon.svg)](https://travis-ci.org/chimpler/pyhocon)
[![Downloads](https://pypistats.org/packages/pyhocon)
[![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)
[![License](https://img.shields.io/pypi/l/Pyhocon.svg)](https://pypi.python.org/pypi/pyhocon/)
[![Coverage Status](https://coveralls.io/repos/chimpler/pyhocon/badge.svg)](https://coveralls.io/r/chimpler/pyhocon)
Expand Down Expand Up @@ -366,6 +367,9 @@ Java properties mapping | :x:
- Sascha [@ElkMonster](https://github.com/ElkMonster)
- Tomas Witzany [@Tommassino](https://github.com/Tommassino)
- Gabriel Shaar [@gabis-precog](https://github.com/gabis-precog)
- Brandon Martin [@bdmartin](https://github.com/bdmartin)
- Bryan Richter [@chreekat](https://github.com/chreekat)


### Thanks

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests(self):

setup(
name='pyhocon',
version='0.3.51',
version='0.3.52',
description='HOCON parser for Python',
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
'content into json, yaml and properties format.',
Expand Down

0 comments on commit fddf8c7

Please sign in to comment.