iwyu
This commit is contained in:
parent
d534e9cd19
commit
0058410c71
3 changed files with 3 additions and 2 deletions
|
@ -5,5 +5,5 @@ psycopg2==2.5.2
|
|||
python-social-auth==0.1.23
|
||||
simplejson
|
||||
South==0.7.6
|
||||
django-leaflet-storage==0.6.12
|
||||
django-leaflet-storage==0.6.13
|
||||
django-pgindex==0.8.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
|
||||
VERSION = (0, 6, 12)
|
||||
VERSION = (0, 6, 13)
|
||||
|
||||
__author__ = 'Yohan Boniface'
|
||||
__contact__ = "yb@enix.org"
|
||||
|
|
|
@ -36,6 +36,7 @@ LANGUAGES = (
|
|||
('ca', u'Catalan'),
|
||||
('zh', u'Chinese'),
|
||||
('ru', u'Russian'),
|
||||
('bg', u'Bulgarian'),
|
||||
)
|
||||
|
||||
# Make this unique, and don't share it with anybody.
|
||||
|
|
Loading…
Reference in a new issue