Skip to content

Commit 162cb8b

Browse files
committed
updated readme and version number in setup.py
1 parent 152c5d4 commit 162cb8b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ class CityForm(forms.ModelForm):
7777

7878
### Requirements
7979

80-
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.
80+
Django Map Widgets needs Jquery dependency to work in your regular views. In Django Admin case, you don't need to provide the jQuery.
81+
Just add map widgets to your django admin forms.
8182

8283
### Screenshots
8384

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = (0, 2, 3)
3+
VERSION = (0, 3, 0)
44
__version__ = '.'.join(map(str, VERSION))
55

66
setup(

0 commit comments

Comments
 (0)