Skip to content
Snippets Groups Projects
Commit abf4d761 authored by Mike Bayer's avatar Mike Bayer
Browse files

- changelog for Martin Geisler's coding/utf-8 fixes

- version bump 0.9.1
parent cfd2b298
No related branches found
No related tags found
No related merge requests found
0.9.1
- [bug] Changed the format of the "source encoding" header output
by the code generator to use the format ``# -*- coding:%s -*-``
instead of ``# -*- encoding:%s -*-``; the former is more common
and compatible with emacs. Courtesy Martin Geisler.
0.9.0 0.9.0
- [bug] The Context.locals_() method becomes a private underscored - [bug] The Context.locals_() method becomes a private underscored
method, as this method has a specific internal use. The purpose method, as this method has a specific internal use. The purpose
......
...@@ -5,5 +5,5 @@ ...@@ -5,5 +5,5 @@
# the MIT License: http://www.opensource.org/licenses/mit-license.php # the MIT License: http://www.opensource.org/licenses/mit-license.php
__version__ = '0.9.0' __version__ = '0.9.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment