From 09d3d61157d69985f04e8b21a9e93c0a0bd78655 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 7 May 2019 10:28:59 +0200 Subject: [PATCH] Release v2.0.0 --- docs/changes.rst | 2 +- pykka/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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())