Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ea656e

Browse files
author
Meir Kriheli
committed
Bump version to 0.3.3
1 parent 3106f2f commit 5ea656e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
0.3.2
512
------
613

TODO.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
TODO
22
====
33

4-
* Allow overriding base_level
54
* Some explicit tests are failing
65
* Arabic shaping
76

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def read(fname):
66

77
setup(
88
name = "python-bidi",
9-
version = "0.3.2",
9+
version = "0.3.3",
1010
url = 'http://github.com/mksoft/python-bidi',
1111
description = 'BiDi layout implementation in pure python',
1212
long_description = read('README.rst') + read('CHANGELOG.rst') + read('TODO.rst'),

0 commit comments

Comments
 (0)