peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 147 forks source link

Removed quotes from documented default values of config settings. #112

Closed coredumperror closed 9 years ago

coredumperror commented 9 years ago

With the way that the config files get read by ConfigParser, surrounding the values in quotation marks actually includes them verbatim into the value. In addition, PyPI converts them to smartquotes in their display of the documentation, which triggers Unicode errors when trying to use copy-pasted values from the docs.

peritus commented 9 years ago

Thanks.