diff --git a/docs/changelog.md b/docs/changelog.md index e2004e66..c09371a2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## dev +## 1.3.0 - added a filter by category panel (cf #1041, thanks @k-3st3ban) - added a permanent credit (cf #1041, thanks @k-3st3ban) @@ -22,7 +22,7 @@ - lazy load tile layers thumbnails (cf #1089) - allow geolocation from iframe embeds (cf #898) - remove the limit of visible maps in user’s view (cf #1025) -- switch to Django full text instead of home made (cf #519) +- switch to Django full text search instead of home made (cf #519) ## 1.2.7 - redirect to `user_maps` at auth end when `window.opener` is unavailable (Twitter auth flow) diff --git a/setup.cfg b/setup.cfg index 44f96867..caa1e364 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = umap-project -version = 1.3.0.alpha +version = 1.3.0 description = Create maps with OpenStreetMap layers in a minute and embed them in your site. long_description = file: README.md long_description_content_type = text/markdown