Skip to content

Commit

Permalink
bumped version to 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Oct 13, 2015
1 parent 0a3321b commit b01505a
Show file tree
Hide file tree
Showing 3 changed files with 8 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.11

* Added default indent to 2. PR[#47]
* Fix dotted notation merge. PR[#49]

# Version 0.3.10

* Backward compatibility with imports
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ Java properties mapping | :x:
- Tasuku Okuda ([@okdtsk](https://github.com/okdtsk))
- Uri Laserson ([@laserson](https://github.com/laserson))
- Bastian Kuberek ([@bkuberek](https://github.com/bkuberek))
- Varun Madiath ([@vamega](https://github.com/vamega))
- Andrey Proskurnev ([@ariloulaleelay](https://github.com/ariloulaleelay))

### Thanks

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

setup(
name='pyhocon',
version='0.3.10',
version='0.3.11',
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 b01505a

Please sign in to comment.