diff --git a/README.md b/README.md
index 987dd75..6347696 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,10 @@ or customize the template code.
## Change Log
+### 2.0.0
+
+* Remove django-user-accounts template tags from pinax-documents templates **Backward incompatible, requires pinax-documents>=1.0.2+**
+
### 1.0.4
* Add pinax-calendars templates
diff --git a/pinax/templates/templates/pinax/documents/_member_table.html b/pinax/templates/templates/pinax/documents/_member_table.html
index f603d4d..1bcebd6 100644
--- a/pinax/templates/templates/pinax/documents/_member_table.html
+++ b/pinax/templates/templates/pinax/documents/_member_table.html
@@ -1,4 +1,4 @@
-{% load account_tags pinax_documents_tags %}
+{% load pinax_documents_tags %}
diff --git a/pinax/templates/templates/pinax/documents/folder_share.html b/pinax/templates/templates/pinax/documents/folder_share.html
index a5e1c19..e970c30 100644
--- a/pinax/templates/templates/pinax/documents/folder_share.html
+++ b/pinax/templates/templates/pinax/documents/folder_share.html
@@ -3,7 +3,7 @@
{% block body_class %}{{ block.super }} pinax-documents-folder-share{% endblock %}
{% load bootstrap %}
-{% load account_tags %}
+{% load pinax_documents_tags %}
{% block head_title %}Share folder{% endblock %}
diff --git a/setup.py b/setup.py
index caa5674..2c44889 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-VERSION = "1.0.4"
+VERSION = "2.0.0"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/