Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copyediting #31

Merged
merged 5 commits into from
Oct 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@

## 12.1.0
- Upgrade to unicode 12.1.0
- Upgrade to Unicode 12.1.0
- Remove Python 3.4 support as multibuild no longer supports Python 3.4.

## 12.0.0
- Upgrade to unicode 12.0.0
- Upgrade to Unicode 12.0.0

## 11.0.0
- Upgrade to unicode 11.0.0
- Upgrade to Unicode 11.0.0
- Remove Python 3.3 support as wheel no longer supports Python 3.3.

## 10.0.0-2
- Wheel for python 3.6
- Wheel for Python 3.6

## 10.0.0
- Upgrade to unicode 10.0.0
- Remove Python 2.6 support as wheel no longer supports python 2.6.
- Upgrade to Unicode 10.0.0
- Remove Python 2.6 support as wheel no longer supports Python 2.6.

## 9.0.0-4
- Re-releasing 9.0.0-3 because pypi doesn't handle bad internet connections well.
- Re-releasing 9.0.0-3 because PyPI doesn't handle bad internet connections well.

## 9.0.0-3
- Add binary packages for all platforms. Patch by Cosimo Lupo (anthrotype).

## 9.0.0-2
- Python 3 support
- Fix incorrect digitification caused by using the underlying python's unicode tables.
- Fix incorrect digitification caused by using the underlying Python's Unicode tables.

## 9.0.0
- Upgrade to unicode 9.0.0
- Upgrade to Unicode 9.0.0

## 8.0.0
- Upgrade to unicode 8.0.0
- Upgrade to Unicode 8.0.0

## 7.0.0-2
- Compiles under python 2.6 (and older 2.7). Patch by John Vandenberg. Fixes #2
- Runs regular unicodedata tests. Adds travis and appveyor CI. Patch by John Vandenberg (jayvdb).
- Compiles under Python 2.6 (and older 2.7). Patch by John Vandenberg. Fixes #2
- Runs regular unicodedata tests. Adds Travis and AppVeyor CI. Patch by John Vandenberg (jayvdb).

## 7.0.0
- Initial release
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
unicodedata2
============

unicodedata backport/updates to python 3 and python 2.
[unicodedata] backport/updates to Python 3 and Python 2.

The versions of this package match unicode versions, so unicodedata2==12.1.0 is data from unicode 12.1.0.
Additionally this backports support for named aliases and named sequences to python2.
The versions of this package match Unicode versions, so unicodedata2==12.1.0 is data from Unicode 12.1.0.
Additionally this backports support for named aliases and named sequences to Python 2.

[unicodedata]: https://docs.python.org/3/library/unicodedata.html
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup (name = "unicodedata2",
version = "12.1.0",
description = "Unicodedata backport for python 2/3 updated to the latest unicode version.",
description = "Unicodedata backport for Python 2/3 updated to the latest Unicode version.",
ext_modules = [module1],
author="Mike Kaplinskiy",
author_email="[email protected]",
Expand Down