Skip to content

Commit 146d9bd

Browse files
committed
Bumped version to 0.3.46
1 parent f66b4f9 commit 146d9bd

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# Version 0.3.46
4+
5+
* Fixed forbidden characters (@sambible) [#184]
6+
37
# Version 0.3.45
48

59
* Fixed scientific notation parsing (chunyang-wen) [#177]

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ Java properties mapping | :x:
352352
- afanasev [@afanasev](https://github.com/afanasev)
353353
- derkcrezee [@derkcrezee](https://github.com/derkcrezee)
354354
- Roee Nizan [@roee-allegro](https://github.com/roee-allegro)
355+
- Samuel Bible [@sambible](https://github.com/sambible)
355356

356357
### Thanks
357358

setup.py

+1-1
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.45',
28+
version='0.3.46',
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)