Skip to content

Commit

Permalink
Bump to version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 9, 2019
1 parent ab70481 commit 24e6ac8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [1.4.4](https://github.com/GeoNode/geonode-mapstore-client/releases/tag/1.4.4) (2019-10-09)

### Main features

- Install `pip install django-mapstore-adapter>=1.0.9` instructions [Here](https://pypi.org/project/django-mapstore-adapter/)
- Install `pip install django-geonode-mapstore-client==1.4.4` instructions [Here](https://pypi.org/project/django-geonode-mapstore-client/1.4.4/)
- Based on [GeoNode MapStore Adapter v1.0.9](https://github.com/GeoNode/django-mapstore-adapter/releases/tag/v1.0.9)
- Based on [MapStore2 - v2019.02.xx](https://github.com/GeoNode/MapStore2/tree/2019.02.xx)
- [MapStore2 Main Features](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+is%3Aclosed+milestone%3A2019.02.01+label%3Aenhancement)

[GeoNode MapStore Client](https://github.com/GeoNode/geonode-mapstore-client/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.4.4) the list of issues solved.

[MapStore2](https://github.com/geosolutions-it/MapStore2/issues?q=is%3Aissue+is%3Aclosed+milestone%3A2019.02.01) the list of MapStore2 issues solved.

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


## [1.4.3](https://github.com/GeoNode/geonode-mapstore-client/releases/tag/v1.4.3) (2019-10-07)

### Main features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.3
1.4.4
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -e git+https://github.com/GeoNode/django-mapstore-adapter.git@master#egg=django-mapstore-adapter
django-mapstore-adapter==1.0.9
django-mapstore-adapter>=1.0.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description_content_type='text/markdown',
license='BSD, see LICENSE file.',
install_requires=[
"django-mapstore-adapter == 1.0.9",
"django-mapstore-adapter >= 1.0.9",
],

# adding packages
Expand Down

0 comments on commit 24e6ac8

Please sign in to comment.