Skip to content

1.0.9

Choose a tag to compare

@sqla-tester sqla-tester released this 02 Sep 18:48

1.0.9

Released: Mon Apr 15 2019

  • [bug] Further corrected the previous fix for #287 as it relied upon
    an attribute that is monkeypatched by Python's ast module for some
    reason, which fails if ast hasn't been imported; the correct
    attribute Constant.value is now used. Also note the issue
    was mis-numbered in the previous changelog note.

    References: #287