From 534f9d4d39a0c1ca641466a09c64bf19a33bbb7e Mon Sep 17 00:00:00 2001 From: afabiani Date: Wed, 10 Nov 2021 16:48:18 +0100 Subject: [PATCH] Bump to version 2.0.4.10 --- .gitignore | 2 ++ CHANGELOG.md | 6 ++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9696627..aaa86ab 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ lib/ lib64 doc/_build/ .idea/ + +/src/geoserver_restconfig.egg-info/ diff --git a/CHANGELOG.md b/CHANGELOG.md index c591334..42fd622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log +## 2.0.4.10 [2021-11-10] + +
  • 2021-11-10: Giovanni Allegri [Fixes #21] force body style format with headers #22
  • +
  • 2021-10-25: Guillaume Troupel fix python 3.9+ incompatibility #19
  • +
  • 2021-04-29: mcldev Fix for WMS Geoserver API error. Request changed to include Files. #17
  • + ## 2.0.4.9 [2021-04-27]
  • 2021-04-27: Giovanni Allegri Wrong parsing of style title #15
  • diff --git a/setup.py b/setup.py index 30cd5f5..da39b0b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="geoserver-restconfig", - version="2.0.4.9", + version="2.0.4.10", description="GeoServer REST Configuration", long_description=readme_text, keywords="GeoServer REST Configuration",