Skip to content

Commit 0f4908d

Browse files
committed
Bump revision 1.8.1
1 parent c87216e commit 0f4908d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

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+
512
## 1.8.0 - 2022-09-19
613

714
* Add OpenAPI description

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# qypws makefile
44
#
55

6-
VERSION:=1.8.0
6+
VERSION:=1.8.1
77

88
ifndef CI_COMMIT_TAG
99
VERSION_TAG=$(VERSION)rc0

0 commit comments

Comments
 (0)