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

Fix line ending issue on windows. #70

Closed thebjorn closed 9 years ago

thebjorn commented 9 years ago

Fixes:

  assert 'My birthday: 3.5.98\nCurrent version: 3.6.0' ==

tmpdir.join("file89").read() E assert 'My birthday:...ersion: 3.6.0' == 'My birthday: ...ersion: 3.6.0' E - My birthday: 3.5.98 E + My birthday: 3.5.98\r E ? ++ E Current version: 3.6.0

peritus commented 9 years ago

Thanks. Closing this in favor of https://github.com/peritus/bumpversion/pull/64#issuecomment-70079805 (sorry, I didn't know you were preparing this pull request).

Nice to see continous integration support for travis and appveyor work for pull requests though.

thebjorn commented 9 years ago

Nice to see continous integration support for travis and appveyor work for pull requests though.

:-)