Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed May 14, 2015
1 parent f41fd1c commit 52065ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# Version 0.3.3

* Fixed optional substitution when overriding elements at the same level. PR[#28]
* Silent IOErrors when including non-existent files. PR[#24]
* Fixed when assign key to a value, list or dict that starts with eol. PR[#22]

## Version 0.3.2

* implemented optional substitution (e.g., ${?abc}) and fixed substitution logic when having dict merge. PR[#20]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ Java properties mapping | :x:
- Joe Halliwell ([@joehalliwell](https://github.com/joehalliwell))
- Tasuku Okuda ([@okdtsk](https://github.com/okdtsk))
- Uri Laserson ([@laserson](https://github.com/laserson))
- Bastian Kuberek ([@bkuberek](https://github.com/bkuberek))

### Thanks

- Agnibha ([@agnibha](https://github.com/agnibha))
- Ernest Mishkin ([@eric239](https://github.com/eric239))
- Bastian Kuberek ([@bkuberek](https://github.com/bkuberek))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run_tests(self):

setup(
name='pyhocon',
version='0.3.2',
version='0.3.3',
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',
Expand Down

0 comments on commit 52065ed

Please sign in to comment.