diff --git a/django_comments_xtd/__init__.py b/django_comments_xtd/__init__.py index 0de7dea6..1b8a8c9c 100644 --- a/django_comments_xtd/__init__.py +++ b/django_comments_xtd/__init__.py @@ -17,7 +17,7 @@ def get_form(): return import_string(settings.COMMENTS_XTD_FORM_CLASS) -VERSION = (2, 10, 10, "f", 0) # following PEP 440 +VERSION = (2, 10, 11, "f", 0) # following PEP 440 def get_version(): diff --git a/docs/conf.py b/docs/conf.py index ade0d006..e0f1b4c2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ # The short X.Y version. version = '2.10' # The full version, including alpha/beta/rc tags. -release = '2.10.10' +release = '2.10.11' releases = [ "latest", diff --git a/docs/javascript.rst b/docs/javascript.rst index d0e2c3a0..803c1984 100644 --- a/docs/javascript.rst +++ b/docs/javascript.rst @@ -131,8 +131,8 @@ Which results in: │ ├── commentform.test.jsx │ ├── reducer.test.jsx │ └── lib.test.js - ├── django-comments-xtd-2.10.10.js - └── django-comments-xtd-2.10.10.min.js + ├── django-comments-xtd-2.10.11.js + └── django-comments-xtd-2.10.11.min.js The application entry point is located inside the ``index.js`` file. The ``props`` passed to the **CommentBox** object are those declared in the diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 2d16e735..69e1fc1f 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -1192,7 +1192,7 @@ Be sure your ``blog/post_detail.html`` looks like the following: - +