Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into issue-43
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed May 12, 2014
2 parents 7382a6b + 3a96ba8 commit ad652a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bumpversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,8 @@ def main(original_args=None):
))))

if not args.dry_run:
with io.open(path, 'wt', encoding='utf-8') as f:
f.write(after)
with io.open(path, 'wb') as f:
f.write(after.encode('utf-8'))

commit_files = files

Expand Down

0 comments on commit ad652a6

Please sign in to comment.