Skip to content

Commit

Permalink
updated readme and version number in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Apr 1, 2020
1 parent 152c5d4 commit 162cb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ class CityForm(forms.ModelForm):

### Requirements

Django Map Widgets needs Jquery dependency to work in your regular views. In Django Admin case, you don't need to provide the jQuery just because it's already available on ``django.jQuery`` namespace.
Django Map Widgets needs Jquery dependency to work in your regular views. In Django Admin case, you don't need to provide the jQuery.
Just add map widgets to your django admin forms.

### Screenshots

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = (0, 2, 3)
VERSION = (0, 3, 0)
__version__ = '.'.join(map(str, VERSION))

setup(
Expand Down

0 comments on commit 162cb8b

Please sign in to comment.