-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumped version and added contributor. Thanks @joehalliwell for your P…
…R :-)
- Loading branch information
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Changelog | ||
|
||
## Version 0.2.2 | ||
|
||
* simplified code (ConfigTree extends OrderedDict) and other features. PR [#6] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,12 @@ | |
|
||
setup( | ||
name='pyhocon', | ||
version='0.2.1', | ||
version='0.2.2', | ||
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.', | ||
keywords='hocon parser', | ||
license='Apache License 2.0', | ||
author="Francois Dang Ngoc and contributors", | ||
author="Francois Dang Ngoc", | ||
author_email='[email protected]', | ||
url='http://github.com/chimpler/pyhocon/', | ||
classifiers=[ | ||
|