Skip to content

Commit 5fc7a21

Browse files
committed
release 0.11.0
1 parent d698cce commit 5fc7a21

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/changes.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
Changelog
22
---------
33

4-
0.10.0 (unreleased)
4+
0.11.0 (2025-04-24)
55
~~~~~~~~~~~~~~~~~~~
66

7-
* Introduce exception classes that gets raised when the API responds with 4xx
8-
or 5xx HTTP statuses.
97
* Bump python version requirement to 3.8 due to the use of the walrus
108
operator.
119
* Add ``Client.wait(operation_id)`` to poll for the result of an asynchronous
1210
API operation.
1311

12+
0.10.0 (2024-05-29)
13+
~~~~~~~~~~~~~~~~~~~
14+
15+
* Introduce exception classes that gets raised when the API responds with 4xx
16+
or 5xx HTTP statuses.
17+
1418
0.9.1 (2024-04-29)
1519
~~~~~~~~~~~~~~~~~~
1620

exoscale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "0.10.0"
2+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)