Skip to content

Commit

Permalink
auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jul 11, 2023
1 parent 02502d7 commit 29830c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.4.32'
VERSION = '1.4.33'

2 changes: 1 addition & 1 deletion version-cli/auto_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read_file(filename):


def write_file(filename, text):
with open(filename, 'w') as f:
with io.open(filename, 'w', encoding='utf-8') as f:
f.write(text)


Expand Down

0 comments on commit 29830c5

Please sign in to comment.