Skip to content

Commit

Permalink
version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PyYoshi committed Mar 16, 2020
1 parent 17d9b3c commit 4fb55e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
CHANGES
=======

2.1.x
-----
2.1.6 (2020-03-17)
------------------

- drop support for Python 2.7
- support Github Actions
- update dev-dependencies

2.1.5
-----
2.1.5 (2019-09-27)
------------------

- update language models (uchardet)
- add iso8859-2 test but disabled it
Expand Down
2 changes: 1 addition & 1 deletion src/cchardet/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.5'
__version__ = '2.1.6'

0 comments on commit 4fb55e8

Please sign in to comment.