diff --git a/HISTORY.rst b/HISTORY.rst index eaa9113..05c33c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Changelog ========= -2.0.0b5 - Unreleased --------------------- +2.0.0 - 2022-08-17 +------------------ * Dropped support for Python 3.6. [fschulze] diff --git a/setup.py b/setup.py index b8602d5..d75eae5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ HISTORY = open(os.path.join(here, 'HISTORY.rst')).read() -version = "2.0.0b4" +version = "2.0.0" setup(