diff --git a/CHANGES.rst b/CHANGES.rst index bcb195f..913382b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -2.0.1 (unreleased) +2.0.1 (2024-08-30) ------------------ - Breaking change: its seems no longer possible to use the html parser with a xml file so its no longer tested diff --git a/setup.py b/setup.py index 227c634..93c5f34 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read(*names): """ % read('README', 'CHANGES') -version = '2.0.1.dev0' +version = '2.0.1' setup(name='pyquery', version=version,