* Switched to using Rust based unicode-bidi using PyO3 * Dropped Python < 3.9 support * Removed "upper_is_rtl" * Import of ``get_display`` changed to ``from bidi import get_display``
0.4.2
-----
* Type Fixes, thanks jwilk
0.4.1
-----
* Merged Fix for mixed RTL and numbers, Thanks Just van Rossum
0.4.0
-----
* Move to cookiecutter template * Python 3 support (py2.6, 2.7, 3.3, 3.4 and pypy) * Better docs * Travis integration * Tox tests * PEP8 cleanup
0.3.4
------
* Remove extra newline in console script output
0.3.3
------
* Implement overriding base paragraph direction * Allow overriding base direction in pybidi console script * Fix returning display in same encoding