Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Sep 24, 2020
1 parent ef4fefd commit a764fca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

# Version 0.3.56

* fix include error with chinese strings (@xinghaixu) [#240]
* Glob-pattern Includes (@USSX-Hares) [#236]
* Fix parsing of durations/periods (@olii) [#237]
* Fix config_parser.py docstrings (@LysanderGG) [#235]

# Version 0.3.55

* Add test for include substitution (@gpoulin) [#217]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,10 @@ assert config == d
- Pablo Manso [@manso92](https://github.com/manso92)
- Marc Rijken [@mrijken](https://github.com/mrijken)
- Michel Rouly [@jrouly](https://github.com/jrouly)
- Xing Hai Xu [@xinghaixu](https://github.com/xinghaixu)
- Peter Zaitcev [@USSX-Hares](https://github.com/USSX-Hares)
- Oliver Nemček [@olii](https://github.com/olii)
- Guillaume George [@LysanderGG](https://github.com/LysanderGG)

### 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.55',
version='0.3.56',
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
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = flake8, py{27,34,35,36,37}
envlist = flake8, py{27,34,35,36,37,38}

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit a764fca

Please sign in to comment.