Skip to content

Commit b3e2b61

Browse files
author
Mark Gibbs
committed
Update README and bump version to 0.2.0
1 parent 1caf6d3 commit b3e2b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ templates:
103103

104104
The registration code needs to be in a location
105105
that will be imported into the Django process before any model or template tag attempts to use it. The example Django application
106-
in the demo subdirectory achieves this through an import in the main urls.py file; any views.py would also be sufficient.
106+
in the demo subdirectory achieves this through an import in the main `urls.py` file; any `views.py` would also be sufficient.
107107

django_plotly_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"
44

55
from .dash_wrapper import DjangoDash
66

0 commit comments

Comments
 (0)