Skip to content

Commit

Permalink
bumped version to 0.3.36
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Aug 16, 2017
1 parent f669ae8 commit 4dfa3b8
Show file tree
Hide file tree
Showing 3 changed files with 8 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.36

* Fixed tripled quoted string parsing bug. PR [#119]
* Added pop() method to ConfigTree and added KeyError to ConfigMissingException. PR [#120]

# Version 0.3.35

* Implemented contains method. PR [#108]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ Java properties mapping | :x:
- yzliao ([@yzliao](https://github.com/yzliao))
- atomerju ([@atomerju](https://github.com/atomerju))
- Nick Gerow ([@NickG123](https://github.com/NickG123))
- jjtk88 ([@jjtk88](https://github.com/jjtk88))

### Thanks

Expand All @@ -348,3 +349,4 @@ Java properties mapping | :x:
- Alexey Terentiev ([@alexey-terentiev](https://github.com/alexey-terentiev))
- Prashant Shewale ([@pvshewale](https://github.com/pvshewale))
- mh312 ([@mh321](https://github.com/mh321))
- farquet ([@farquet](https://github.com/farquet))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_tests(self):

setup(
name='pyhocon',
version='0.3.35',
version='0.3.36',
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 4dfa3b8

Please sign in to comment.