Skip to content

Commit 534f9d4

Browse files
author
afabiani
committed
Bump to version 2.0.4.10
1 parent ad8bdc4 commit 534f9d4

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ lib/
77
lib64
88
doc/_build/
99
.idea/
10+
11+
/src/geoserver_restconfig.egg-info/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11

22
# Change Log
33

4+
## 2.0.4.10 [2021-11-10]
5+
6+
<li> 2021-11-10: Giovanni Allegri [Fixes #21] force body style format with headers #22</li>
7+
<li> 2021-10-25: Guillaume Troupel fix python 3.9+ incompatibility #19</li>
8+
<li> 2021-04-29: mcldev Fix for WMS Geoserver API error. Request changed to include Files. #17</li>
9+
410
## 2.0.4.9 [2021-04-27]
511

612
<li> 2021-04-27: Giovanni Allegri Wrong parsing of style title #15</li>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="geoserver-restconfig",
13-
version="2.0.4.9",
13+
version="2.0.4.10",
1414
description="GeoServer REST Configuration",
1515
long_description=readme_text,
1616
keywords="GeoServer REST Configuration",

0 commit comments

Comments
 (0)