Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Dec 25, 2021
1 parent 4fd9a80 commit 98461a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.1.6
-----

* Add support for Python 3.10
* Drop support for Python 3.6

0.1.5
-----

Expand Down
2 changes: 1 addition & 1 deletion cwcwidth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

from ._impl import wcwidth, wcswidth

__version__ = "0.1.5"
__version__ = "0.1.6"
__author__ = "Sebastian Ramacher"
__license__ = "Expat"
__copyright__ = f"(C) 2021 {__author__}"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = cwcwidth
version = 0.1.5
version = 0.1.6
author = Sebastian Ramacher
author_email = sebastian@ramacher.at
url = https://github.com/sebastinas/cwcwidth
Expand Down

0 comments on commit 98461a4

Please sign in to comment.