From: Zygmunt Krynicki Date: Wed, 22 Jun 2011 23:14:03 +0000 (+0200) Subject: Release 2.0.2 X-Git-Tag: release-2.0.2 X-Git-Url: https://git.mdrn.pl/django-pagination.git/commitdiff_plain/9f75463d048304d55efc85ef2f17cca04a0b2555 Release 2.0.2 --- diff --git a/doc/changes.rst b/doc/changes.rst index 1191b33..cabf6d9 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -1,8 +1,19 @@ Version History *************** + +.. _version_2_0_2: + +Version 2.0.2 +============= + +This is an another micro release. There are no code changes (apart from +setup.py). The only change is to make it pip-friendly by using new integration +mode with versiontools. + .. _version_2_0_1: + Version 2.0.1 ============= diff --git a/doc/index.rst b/doc/index.rst index 996e3de..956f1f5 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_1` +.. seealso:: See what's new in :ref:`version_2_0_2` Features ======== diff --git a/linaro_django_pagination/__init__.py b/linaro_django_pagination/__init__.py index 9f1edce..2425681 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, 1, "final", 0) +__version__ = (2, 0, 2, "final", 0)