Skip to content

Commit 4f5ba62

Browse files
committed
Bump docs, setup.py, __init__.py for release 0.2.11
1 parent d2a930e commit 4f5ba62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Other Languages
216216
=======
217217
History
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

222222
0.2.10 *2023-11-13*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

wcwidth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
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'

0 commit comments

Comments
 (0)