diff --git a/docs/changes.rst b/docs/changes.rst index e2c295ca..f3da1cde 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,7 +2,7 @@ Changes ======= -v2.0.0 (UNRELEASED) +v2.0.0 (2019-05-07) =================== Major feature release. diff --git a/pykka/__init__.py b/pykka/__init__.py index 7cb58f5a..93cbdb87 100644 --- a/pykka/__init__.py +++ b/pykka/__init__.py @@ -26,7 +26,7 @@ #: Pykka's :pep:`396` and :pep:`440` compatible version number -__version__ = '2.0.0a1' +__version__ = '2.0.0' _logging.getLogger('pykka').addHandler(_logging.NullHandler())