Skip to content

Commit

Permalink
bumped version to 0.3.58 and updated contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Jul 12, 2021
1 parent 3d64330 commit 5d08816
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# Version 0.3.58

* Adding the resolve method to resolve substitution keys in 1 config tree with another config tree (@borissmidt) [#266]
* Support serializing timedelta and relativedelta to string (hocon, json etc.) (@gabis-precog) [#263]
* Upgrade to GitHub-native Dependabot (@dependabot-preview) [#260]
* Process substitution overrides in order (@JettJones) [#257]
* Fix duration parsing in lists (@olii) [#255]
* Add support for Python 3.9 and fix deprecation warning (@olii) [#254]

# Version 0.3.57

* Rewrite the logic to resolve package-relative paths so we can remove the "asset" library (@klamann) [#247]
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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)
[![Build Status](https://travis-ci.com/chimpler/pyhocon.svg)](https://travis-ci.com/chimpler/pyhocon)
[![Downloads](https://img.shields.io/pypi/dm/pyhocon.svg)](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/)
Expand Down Expand Up @@ -381,6 +381,11 @@ assert config == d
- Oliver Nemček [@olii](https://github.com/olii)
- Guillaume George [@LysanderGG](https://github.com/LysanderGG)
- Sebastian Straub [@klamann](https://github.com/klamann)
- Oliver Nemček [@olii](https://github.com/olii)
- Jett Jones [@JettJones](https://github.com/JettJones)
- Gabriel Shaar [@gabis-precog](https://github.com/gabis-precog)
- Boris Smidt [@borissmidt](https://github.com/borissmidt)
- Scott Johnson [@scottj97](https://github.com/scottj97)

### Thanks

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

setup(
name='pyhocon',
version='0.3.57',
version='0.3.58',
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 5d08816

Please sign in to comment.