This commit is contained in:
Yohan Boniface 2017-02-03 09:25:47 +01:00
parent e3dfed002e
commit d86a168478
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
Django==1.10.5
django-compressor==2.1.1
django-leaflet-storage==0.8.0rc13
django-leaflet-storage==0.8.0
Pillow==4.0.0
psycopg2==2.6.2
requests==2.13.0

View file

@ -18,7 +18,7 @@ with io.open('requirements.txt', encoding='utf-8') as reqs:
install_requires = [l for l in reqs.read().split('\n') if is_pkg(l)]
setup(
name="umap",
name="umap-project",
version=umap.__version__,
author=umap.__author__,
author_email=umap.__contact__,

View file

@ -1,5 +1,5 @@
"Create maps with OpenStreetMap layers in a minute and embed them in your site."
VERSION = (0, 8, 0, 'rc', 13)
VERSION = (0, 8, 0)
__author__ = 'Yohan Boniface'
__contact__ = "ybon@openstreetmap.fr"