File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ Other Languages
216216=======
217217History
218218=======
219- 0.2.11 *2023-11-?? *
219+ 0.2.11 *2023-11-20 *
220220 * Include tests files in the source distibution (`PR #98 `_, `PR #100 `_).
221221
2222220.2.10 *2023-11-13 *
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def main():
4444 setuptools .setup (
4545 name = 'wcwidth' ,
4646 # NOTE: manually manage __version__ in wcwidth/__init__.py !
47- version = '0.2.10 ' ,
47+ version = '0.2.11 ' ,
4848 description = (
4949 "Measures the displayed width of unicode strings in a terminal" ),
5050 long_description = codecs .open (
Original file line number Diff line number Diff line change 2626# We also used pkg_resources to load unicode version tables from version.json,
2727# generated by bin/update-tables.py, but some environments are unable to
2828# import pkg_resources for one reason or another, yikes!
29- __version__ = '0.2.10 '
29+ __version__ = '0.2.11 '
You can’t perform that action at this time.
0 commit comments