Skip to content

Commit

Permalink
Typo in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ricleal committed Jul 7, 2017
1 parent bf737a6 commit b0569fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,12 @@ Both files::

Have the client side web socket code to interact with the ``django-remote-submission`` app.
Also to include the Live information on a web app it is worth looking at the celery configuration:
`/home/rhf/git/django-remote-submission/example/server/celery.py`

``django-remote-submission/example/server/celery.py``

and the WebSockets rooting:
/home/rhf/git/django-remote-submission/example/server/routing.py

``django-remote-submission/example/server/routing.py``

=============================
Useful notes
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.0
current_version = 0.11.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
from distutils.core import setup

version = '0.11.0'
version = '0.11.1'

if sys.argv[-1] == 'publish':
try:
Expand Down

0 comments on commit b0569fb

Please sign in to comment.