Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3106f2f commit 5ea656eCopy full SHA for 5ea656e
3 files changed
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+0.3.3
5
+------
6
+
7
+* Implement overriding base paragraph direction
8
+* Allow overriding base direction in pybidi console script
9
+* Fix returning display in same encoding
10
11
0.3.2
12
------
13
TODO.rst
@@ -1,7 +1,6 @@
TODO
====
-* Allow overriding base_level
* Some explicit tests are failing
* Arabic shaping
setup.py
@@ -6,7 +6,7 @@ def read(fname):
setup(
name = "python-bidi",
- version = "0.3.2",
+ version = "0.3.3",
url = 'http://github.com/mksoft/python-bidi',
description = 'BiDi layout implementation in pure python',
long_description = read('README.rst') + read('CHANGELOG.rst') + read('TODO.rst'),
0 commit comments