Skip to content

Commit

Permalink
released v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Lorenz committed Feb 23, 2016
1 parent 7cc90b2 commit 1cc1f5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
@@ -1,5 +1,7 @@
=== (ongoing) ===

=== 1.9.3 ===

- prepared app for Django 1.9

=== 1.9.2 ===
Expand Down
7 changes: 3 additions & 4 deletions README.rst
Expand Up @@ -45,8 +45,7 @@ Don't forget to migrate your database

.. code-block:: bash
./manage.py migrate review
./manage.py migrate user_media
./manage.py migrate
Usage
Expand All @@ -60,8 +59,8 @@ Create a button and add some markup like:
.. code-block:: html

<a href="{% url "review_create" content_type='book' object_id=book.pk %}">{% trans "Review this book" %}</a>


Ratings & Categories
--------------------

Expand Down
2 changes: 1 addition & 1 deletion review/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.9.2'
__version__ = '1.9.3'

0 comments on commit 1cc1f5a

Please sign in to comment.