From a03dcfb4c45fbd34dff3c6e60f5e28d98af146ca Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 26 Oct 2012 21:49:51 +0200 Subject: [PATCH] Release v1.0.0 --- docs/changes.rst | 4 ++-- pykka/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 4b8527ef..0fefae2f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,8 +3,8 @@ Changes ======= -v0.17 (in development) -====================== +v1.0.0 (2012-10-26) +=================== - **Backwards incompatible:** Removed :attr:`pykka.VERSION` and :func:`pykka.get_version`, which have been deprecated since v0.14. Use diff --git a/pykka/__init__.py b/pykka/__init__.py index 2681c716..de67b0a9 100644 --- a/pykka/__init__.py +++ b/pykka/__init__.py @@ -7,7 +7,7 @@ #: Pykka's :pep:`386` and :pep:`396` compatible version number -__version__ = '0.16' +__version__ = '1.0.0' def _add_null_handler_for_logging():