Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
flashingpumpkin committed Jan 16, 2013
1 parent 756754d commit 765a479
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.rst
Expand Up @@ -4,6 +4,7 @@ django-follow
.. figure:: https://secure.travis-ci.org/caffeinehit/django-follow.png
:align: center
:alt:

django-follow enables your users to follow any model in your Django
application.

Expand Down Expand Up @@ -41,6 +42,10 @@ Usage:

utils.register(MyModel)

**NOTE** You must register your models before running ``syncdb`` or you
will run into the issue described in
`django-follow/issues/16 <https://github.com/caffeinehit/django-follow/issues/16>`_

Test
----

Expand Down
2 changes: 1 addition & 1 deletion follow/__init__.py
@@ -1 +1 @@
__version__ = '0.6'
__version__ = '0.6.1'

0 comments on commit 765a479

Please sign in to comment.