Skip to content

1.1.3

Choose a tag to compare

@sqla-tester sqla-tester released this 29 May 20:32

1.1.3

Released: Fri May 29 2020

bug

  • [bug] [templates] The default template encoding is now utf-8. Previously, the encoding was
    "ascii", which was standard throughout Python 2. This allows that
    "magic encoding comment" for utf-8 templates is no longer required.

    References: #267