Release 2.0.1 release-2.0.1
authorZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:35:39 +0000 (19:35 +0200)
committerZygmunt Krynicki <zygmunt.krynicki@linaro.org>
Wed, 22 Jun 2011 17:35:39 +0000 (19:35 +0200)
doc/changes.rst
doc/index.rst
linaro_django_pagination/__init__.py

index 5526812..1191b33 100644 (file)
@@ -1,6 +1,25 @@
 Version History
 ***************
 
+.. _version_2_0_1:
+
+Version 2.0.1
+=============
+
+This is a micro release. There are no code changes so there is no need to
+upgrade. The only changes are to documentation and infrastructure files.
+
+The following changes are included:
+
+* Improve documentation for using custom pagination templates
+* Document multiple paginations per page
+* Use correct template name in do_paginate docstring
+* Provide correct link to installation instructions
+* Fix documentation referencing all project name
+* Ignore vim swap files
+* Add templates from the test project to MANIFEST.in
+
+
 .. _version_2_0:
 
 Version 2.0
index fec8b65..996e3de 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`
+.. seealso:: See what's new in :ref:`version_2_0_1`
 
 Features
 ========
index 442e566..9f1edce 100644 (file)
@@ -34,4 +34,4 @@ tools throughout a django application.
 """
 
 
-__version__ = (2, 0, 1, "dev", 0)
+__version__ = (2, 0, 1, "final", 0)