version 2.0a1
This commit is contained in:
parent
32ec01e6aa
commit
34cb5cbf5f
2 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.0a1 (2017-03-28)
|
||||
------------------
|
||||
|
||||
- Replace `uchardet-enhanced`_ to `uchardet`_
|
||||
- Remove Detector class
|
||||
|
||||
.. _uchardet-enhanced: https://bitbucket.org/medoc/uchardet-enhanced/overview
|
||||
.. _uchardet: https://github.com/PyYoshi/uchardet
|
||||
|
||||
1.1.3 (2017-02-26)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '1.1.3'
|
||||
__version__ = '2.0a1'
|
||||
|
|
Loading…
Reference in a new issue