We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d698cce commit 5fc7a21Copy full SHA for 5fc7a21
2 files changed
docs/changes.rst
@@ -1,16 +1,20 @@
1
Changelog
2
---------
3
4
-0.10.0 (unreleased)
+0.11.0 (2025-04-24)
5
~~~~~~~~~~~~~~~~~~~
6
7
-* Introduce exception classes that gets raised when the API responds with 4xx
8
- or 5xx HTTP statuses.
9
* Bump python version requirement to 3.8 due to the use of the walrus
10
operator.
11
* Add ``Client.wait(operation_id)`` to poll for the result of an asynchronous
12
API operation.
13
+0.10.0 (2024-05-29)
+~~~~~~~~~~~~~~~~~~~
14
+
15
+* Introduce exception classes that gets raised when the API responds with 4xx
16
+ or 5xx HTTP statuses.
17
18
0.9.1 (2024-04-29)
19
~~~~~~~~~~~~~~~~~~
20
exoscale/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
-__version__ = "0.10.0"
+__version__ = "0.11.0"
0 commit comments