diff --git a/docs/changes.rst b/docs/changes.rst index da4789a8..01ee6654 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,3 +1,6 @@ +v 2.1 +* Fixed documentation links. Removed 2.0 package. + v 2.0 ----- * Update for current Django 1.11, 2.0, and 2.1. diff --git a/provider/__init__.py b/provider/__init__.py index f2dc0e40..ab028660 100644 --- a/provider/__init__.py +++ b/provider/__init__.py @@ -1 +1 @@ -__version__ = "2.0" +__version__ = "2.1"