From 9f75463d048304d55efc85ef2f17cca04a0b2555 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Thu, 23 Jun 2011 01:14:03 +0200 Subject: [PATCH] Release 2.0.2 --- doc/changes.rst | 11 +++++++++++ doc/index.rst | 2 +- linaro_django_pagination/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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) -- 2.20.1