Skip to content

Commit 06b7fb1

Browse files
committed
bumped version
1 parent d398b9f commit 06b7fb1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
# Version 0.3.44
4+
5+
* Escape backslash (@roee-allegro) [#173]
6+
* Fixed incorrect config merge (@aalba6675) [#170]
7+
38
# Version 0.3.43
49
* Support slash character / in keys (@richard534) [#166]
510

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ Java properties mapping | :x:
351351
- chunyang-wen [@chunyang-wen](https://github.com/chunyang-wen)
352352
- afanasev [@afanasev](https://github.com/afanasev)
353353
- derkcrezee [@derkcrezee](https://github.com/derkcrezee)
354+
- roee-allegro [@roee-allegro](https://github.com/roee-allegro)
354355

355356
### Thanks
356357

setup.py

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

2626
setup(
2727
name='pyhocon',
28-
version='0.3.43',
28+
version='0.3.44',
2929
description='HOCON parser for Python',
3030
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON '
3131
'content into json, yaml and properties format.',

0 commit comments

Comments
 (0)