Release 2.0.2 release-2.0.2
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 23:14:03 +0000 (01:14 +0200)
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 23:14:03 +0000 (01:14 +0200)
doc/changes.rst
doc/index.rst
linaro_django_pagination/__init__.py

index 1191b33..cabf6d9 100644 (file)
@@ -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
 =============
 
index 996e3de..956f1f5 100644 (file)
@@ -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
 ========
index 9f1edce..2425681 100644 (file)
@@ -34,4 +34,4 @@ tools throughout a django application.
 """
 
 
-__version__ = (2, 0, 1, "final", 0)
+__version__ = (2, 0, 2, "final", 0)