Skip to content

Commit 5b88090

Browse files
committed
Release version 0.1.2
1 parent 98cc68e commit 5b88090

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Furthermore, testing (`wcwidth-libc-comparator.py`_) has shown that libc
3030
wcwidth() is particularly out of date on most operating systems, reporting -1
3131
for a great many characters that are actually a displayable width of 1 or 2.
3232

33+
The most current release of this API is based from Unicode Standard release
34+
_7.0.0_, dated 2014-02-28, 23:15:00 GMT [KW, LI]
35+
3336
Problem
3437
-------
3538

@@ -186,3 +189,12 @@ an OSI-approved license that appears most-alike has been chosen, the MIT license
186189
.. _`wcwidth/table_comb.py`: https://github.com/jquast/wcwidth/tree/master/wcwidth/table_comb.py
187190
.. _`combining`: https://en.wikipedia.org/wiki/Combining_character
188191
.. _`wcwidth.c`: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
192+
193+
Changes
194+
-------
195+
196+
0.1.2
197+
* Updated tables to Unicode Specification 7.0.0 (PR #3)
198+
199+
0.1.1
200+
* Initial release to pypi, Based on Unicode Specification 6.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def main():
191191
import codecs
192192
setuptools.setup(
193193
name='wcwidth',
194-
version='0.1.1',
194+
version='0.1.2',
195195
description=("Measures number of Terminal column cells "
196196
"of wide-character codes"),
197197
long_description=codecs.open(

0 commit comments

Comments
 (0)