Skip to content

Commit

Permalink
bumped version to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Apr 17, 2015
1 parent fb61405 commit f368bf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 0.2.9

* fixed expression assignment (only dictionaries with no concat can omit the : or = sign) PR [#15]

## Version 0.2.8

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pyhocon
[![Supported Python Versions](https://pypip.in/py_versions/pyhocon/badge.svg)](https://pypi.python.org/pypi/pyhocon/)
[![pypi downloads](http://img.shields.io/pypi/dm/pyhocon.png)](https://pypi.python.org/pypi/pyhocon)
[![Build Status](https://travis-ci.org/chimpler/pyhocon.svg)](https://travis-ci.org/chimpler/pyhocon)
[![License](https://pypip.in/license/pyhocon/badge.svg)](https://pypi.python.org/pypi/pyhocon/)
[![Coverage Status](https://coveralls.io/repos/chimpler/pyhocon/badge.svg)](https://coveralls.io/r/chimpler/pyhocon)

HOCON parser for Python
Expand Down
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.2.8',
version='0.2.9',
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 f368bf3

Please sign in to comment.