Skip to content

Commit

Permalink
- Bump to version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Mar 22, 2021
1 parent 20da4d1 commit 73fd827
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
# Change Log

## 2.1.0 [2020-03-08]
## 2.1.2 [2020-03-22]

### Breaking Changes

- **Deprecated** `django-mapstore-adapter`; this library has been now merged into `django-geonode-mapstore-client`
- You don't have to change anything on your `settings.py` but you will have to **remove** `django-mapstore-adapter` from `requirements.txt` and `setup.cfg`

### Setup
- Install `pip install django-geonode-mapstore-client==2.1.0` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/2.1.0/)
- Install `pip install django-geonode-mapstore-client==2.1.2` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/2.1.2/)
- Based on [MapStore2 - v2021.01.01](https://github.com/geosolutions-it/MapStore2/releases/tag/v2021.01.01)

### Commits

[Full Changelog](https://github.com/GeoNode/geonode-mapstore-client/compare/2.1.0...2.1.2)

<li> Fri Mar 19 12:35:25 2021 +0100: bieganowski <57660086+bieganowski@users.noreply.github.com> <a href="https://github.com/GeoNode/geonode-mapstore-client/commit/20da4d134b799fb305918505ec1896b49e5c89a8" target=blank>[Fixes #90] Uploaded thumbnail race hazard (#91)</a></li>

## 2.1.1 [2020-03-08]

### Breaking Changes

- **Deprecated** `django-mapstore-adapter`; this library has been now merged into `django-geonode-mapstore-client`
- You don't have to change anything on your `settings.py` but you will have to **remove** `django-mapstore-adapter` from `requirements.txt` and `setup.cfg`

### Setup
- Install `pip install django-geonode-mapstore-client==2.1.1` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/2.1.1/)
- Based on [MapStore2 - v2021.01.01](https://github.com/geosolutions-it/MapStore2/releases/tag/v2021.01.01)

### Commits
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-geonode-mapstore-client
version = 2.1.1
version = 2.1.2
description = Use GeoNode client in your django projects
author = Alessio Fabiani
author_email = alessio.fabiani@geo-solutions.it
Expand Down

0 comments on commit 73fd827

Please sign in to comment.