diff --git a/CHANGES.rst b/CHANGES.rst index 41cad9f..8672070 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ CHANGES ======= +2.0a2 (2017-03-28) +------------------ + +- Update uchardet repo (Fix memory leak) + 2.0a1 (2017-03-28) ------------------ diff --git a/src/cchardet/version.py b/src/cchardet/version.py index 5df003e..c76ca41 100644 --- a/src/cchardet/version.py +++ b/src/cchardet/version.py @@ -1 +1 @@ -__version__ = '2.0a1' +__version__ = '2.0a2'