Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed May 7, 2016
1 parent 76e2bfc commit dc7b2d5
Show file tree
Hide file tree
Showing 2 changed files with 6 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.27

* Fixes for self-reference resolution after merging configs. PR [#82]
* Key with dots. PR [#83]

# Version 0.3.26

* Implemented self-referential substitutions and +=. PR [#81]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def run_tests(self):

setup(
name='pyhocon',
version='0.3.26',
version='0.3.27',
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 dc7b2d5

Please sign in to comment.