File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1- 4.6 .0
1+ 4.7 .0
Original file line number Diff line number Diff line change 1+ pywps (4.7.0) trusty; urgency=medium
2+
3+ * Skipped support for Python 3.8 and 3.9.
4+ * Added support for Python 3.12 and 3.13.
5+ * Security upgrade of numpy (#695) and urllib (#693).
6+ * Added conda support (#696).
7+ * Fixed linting (#694).
8+ * Reconfigure CI and documentation (#692).
9+ * Improve the content of default-config.cfg (#691).
10+ * Uniform tab/spaces in WPS templates (#690).
11+
12+ -- Carsten Ehbrecht <
[email protected] > Mon, 15 Dec 2025 18:00:00 +0000
13+
114pywps (4.6.0) trusty; urgency=medium
215
316 * Skip support for Python 3.7
Original file line number Diff line number Diff line change 88
99from lxml .builder import ElementMaker
1010
11- __version__ = "4.6 .0"
11+ __version__ = "4.7 .0"
1212
1313LOGGER = logging .getLogger ('PYWPS' )
1414LOGGER .debug ('setting core variables' )
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.6 .0
2+ current_version = 4.7 .0
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)
@@ -16,5 +16,3 @@ replace = {new_version}
1616
1717[coverage:run]
1818relative_files = True
19-
20-
You can’t perform that action at this time.
0 commit comments