Skip to content

Commit

Permalink
- Bump to version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jun 4, 2020
1 parent 4d2dfbf commit 13f97de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.4 [2020-06-03]

<li> 2020-06-04: Piotr Dankowski <a href="https://github.com/GeoNode/geoserver-restconfig/commit/22d9a6822f08204f0ea09004cc011fcaed0dacf4" target="blank"> remove version from body request</a></li>
<li> 2020-06-04: Piotr Dankowski <a href="https://github.com/GeoNode/geoserver-restconfig/commit/c088564bcb3d0083ad09c80a759d5374cd82d58f" target="blank"> dynamic style types</a></li>
<li> 2020-06-03: afabiani <a href="https://github.com/GeoNode/geoserver-restconfig/commit/8bc81f7e9dfa6dae320df92845bbeaae2e8ea42c" target="blank"> - Travis fix</a></li>
<li> 2020-06-03: Piotr Dankowski <a href="https://github.com/GeoNode/geoserver-restconfig/commit/33db14fe6a384c00c3dfa1c5905ad9a8a5cda35a" target="blank"> fix GS rest call</a></li>

[Full Changelog](https://github.com/GeoNode/geoserver-restconfig/compare/2.0.2...2.0.4)

## 2.0.2 [2020-03-30]

<li> 2020-03-30: "Create Style" compliancy with GeoServer 2.16.x / 2.17.x</li>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="geoserver-restconfig",
version="2.0.3",
version="2.0.4",
description="GeoServer REST Configuration",
long_description=readme_text,
keywords="GeoServer REST Configuration",
Expand Down
2 changes: 0 additions & 2 deletions src/geoserver/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ def add_data_to_store(self, store, name, data, workspace=None, overwrite = False
raise FailedRequestError('Failed to add data to store {} : {}, {}'.format(store, resp.status_code, resp.text))
self._cache.clear()
finally:
# os.unlink(bundle)
pass

def create_featurestore(self, name, data, workspace=None, overwrite=False, charset=None):
Expand Down Expand Up @@ -487,7 +486,6 @@ def create_featurestore(self, name, data, workspace=None, overwrite=False, chars
self._cache.clear()
finally:
file_obj.close()
os.unlink(archive)

def create_imagemosaic(self, name, data, configure='first', workspace=None, overwrite=False, charset=None):
if workspace is None:
Expand Down

0 comments on commit 13f97de

Please sign in to comment.