We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87216e commit 0f4908dCopy full SHA for 0f4908d
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## Unreleased
4
5
+
6
+## 1.8.1 - 2022-09-27
7
8
+* Fix errors when handlings 'band' parameters
9
+ - Was preventing publishing `gdal` internal provider
10
+* Replace calls to asyncio.get\_event\_loop()
11
12
## 1.8.0 - 2022-09-19
13
14
* Add OpenAPI description
Makefile
@@ -3,7 +3,7 @@
# qypws makefile
#
-VERSION:=1.8.0
+VERSION:=1.8.1
ifndef CI_COMMIT_TAG
VERSION_TAG=$(VERSION)rc0
0 commit comments