Skip to content

Commit

Permalink
Bump docs, setup.py, __init__.py for release 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Nov 21, 2023
1 parent d2a930e commit 4f5ba62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Other Languages
=======
History
=======
0.2.11 *2023-11-??*
0.2.11 *2023-11-20*
* Include tests files in the source distibution (`PR #98`_, `PR #100`_).

0.2.10 *2023-11-13*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def main():
setuptools.setup(
name='wcwidth',
# NOTE: manually manage __version__ in wcwidth/__init__.py !
version='0.2.10',
version='0.2.11',
description=(
"Measures the displayed width of unicode strings in a terminal"),
long_description=codecs.open(
Expand Down
2 changes: 1 addition & 1 deletion wcwidth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# We also used pkg_resources to load unicode version tables from version.json,
# generated by bin/update-tables.py, but some environments are unable to
# import pkg_resources for one reason or another, yikes!
__version__ = '0.2.10'
__version__ = '0.2.11'

0 comments on commit 4f5ba62

Please sign in to comment.