From f33c9a19a701a837b64da44f30c473415d216bfe Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Mon, 6 Jul 2015 15:22:49 +0200 Subject: [PATCH] Bump version to 2.1 Signed-off-by: Zygmunt Krynicki --- doc/changes.rst | 7 +++++++ doc/index.rst | 2 +- linaro_django_pagination/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index cabf6d9..dfc8705 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,6 +1,13 @@ Version History *************** +.. _version_2_1_0: + +Version 2.1.0 +============= + +Collected changes from various contributors. Thank you very much for your +ongoing support! .. _version_2_0_2: diff --git a/doc/index.rst b/doc/index.rst index 956f1f5..8617071 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,7 +5,7 @@ Linaro Django Pagination Documentation .. automodule:: linaro_django_pagination .. seealso:: To get started quickly see :ref:`usage` -.. seealso:: See what's new in :ref:`version_2_0_2` +.. seealso:: See what's new in :ref:`version_2_1_0` Features ======== diff --git a/linaro_django_pagination/__init__.py b/linaro_django_pagination/__init__.py index 2425681..4dbbb81 100644 --- a/linaro_django_pagination/__init__.py +++ b/linaro_django_pagination/__init__.py @@ -34,4 +34,4 @@ tools throughout a django application. """ -__version__ = (2, 0, 2, "final", 0) +__version__ = (2, 1, 0, "final", 0) -- 2.20.1