CHANGES
=======

0.3.0
-----

* support local.conf files with no [[local]] section yet
* add set_local_raw_multiline test

0.2.1
-----

* Match version entry in __init__ with setup.cfg

0.2.0
-----

* rename set_local_raw to set_local
* new localrc set strategy
* update help for dsconf

0.1.4
-----

* add tests for merging lines beyond a=b
* add setlc_raw to the cli
* fix pep8 issue
* add dsconf help to README

0.1.3
-----

* add the ability for raw line insert during merge

0.1.2
-----

* print when skipping merging lines

0.1.1
-----

* fix dsconf for setting localrc name=value

0.1.0
-----

* Fix merge of local.conf add tests
* initial take at merging local.conf code
* add more cli support
* start adding parser, only support python3
* fix pep8
* support localconf set
* add functions to set items in local.conf
* add localrc extraction
* tests for merging with existing ini files
* make iniset work with files that do not yet exist
* fix pep8 issue
* add uncomment function
* Add comment, set, has methods
* add inifile add/remove code
* Initial Cookiecutter Commit
