Skip to content

Commit 66ff920

Browse files
committed
bumped version
1 parent 481724b commit 66ff920

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# Version 0.3.28
4+
5+
* Quoted str ws fix. PR [#85]
6+
37
# Version 0.3.27
48

59
* Fixes for self-reference resolution after merging configs. PR [#82]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_tests(self):
2929

3030
setup(
3131
name='pyhocon',
32-
version='0.3.27',
32+
version='0.3.28',
3333
description='HOCON parser for Python',
3434
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3535
'content into json, yaml and properties format.',

0 commit comments

Comments
 (0)