Skip to content

Commit

Permalink
bumped version and added contributor. Thanks @joehalliwell for your P…
Browse files Browse the repository at this point in the history
…R :-)
  • Loading branch information
darthbear committed Mar 29, 2015
1 parent 3e9c030 commit 1d628e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
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]
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,4 @@ Java properties mapping | :x:

- Aleksey Ostapenko ([@kbabka](https://github.com/kbakba))
- Martynas Mickevičius ([@2m](https://github.com/2m))
- Joe Halliwell ([@joehalliwell](https://github.com/joehalliwell))
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 1d628e7

Please sign in to comment.