From: Zygmunt Krynicki Date: Mon, 6 Jul 2015 13:22:49 +0000 (+0200) Subject: Bump version to 2.1 X-Git-Tag: release-2.1 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/refs/tags/release-2.1 Bump version to 2.1 Signed-off-by: Zygmunt Krynicki --- 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)