From 33e1b0580c6e3b82afb2cbf050e2db1649a53cce Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
Date: Wed, 22 Jun 2011 19:35:39 +0200
Subject: [PATCH] Release 2.0.1

---
 doc/changes.rst                      | 19 +++++++++++++++++++
 doc/index.rst                        |  2 +-
 linaro_django_pagination/__init__.py |  2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/doc/changes.rst b/doc/changes.rst
index 5526812..1191b33 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -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
diff --git a/doc/index.rst b/doc/index.rst
index fec8b65..996e3de 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`
+.. seealso:: See what's new in :ref:`version_2_0_1`
 
 Features
 ========
diff --git a/linaro_django_pagination/__init__.py b/linaro_django_pagination/__init__.py
index 442e566..9f1edce 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, "dev", 0)
+__version__ = (2, 0, 1, "final", 0)
-- 
2.20.1