small fix in setup.py and release-checklist.

This commit is contained in:
shimizukawa 2016-12-04 22:03:25 +09:00
parent 9fb398e475
commit 37a41be2a2
2 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,7 @@ else:
msgid = msgid[0]
jscatalog[msgid] = message.string
with open(js_file, 'wb') as outfile:
with open(js_file, 'wt') as outfile:
outfile.write('Documentation.addTranslations(')
dump(dict(
messages=jscatalog,

View File

@ -5,6 +5,7 @@ Release checklist
* Check `git status`
* Run `make style-check`
* Run `tx pull -a -f` in sphinx/locale if final major release
* Run `python setup.py compile_catalog` in project root after 'tx pull'
* Update version info in sphinx/__init__.py
* Update release date in CHANGES
* `git commit -am 'Bump to x.y.z final'`