Skip to content

Commit

Permalink
project: release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed May 28, 2024
1 parent 77c44dc commit a93b9bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Changelog
0.10.0 (unreleased)
~~~~~~~~~~~~~~~~~~~

* Introduce exception classes that gets raised when the API responds with 4xx
or 5xx HTTP statuses.
* Bump python version requirement to 3.8 due to the use of the walrus
operator.

0.9.1 (2024-04-29)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
project = "python-exoscale"
copyright = "2018-{}, The Exoscale team".format(datetime.now().year)
author = "Exoscale"
version = "0.9.1"
version = "0.10.0"
release = version


Expand Down
2 changes: 1 addition & 1 deletion exoscale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.9.1"
__version__ = "0.10.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name="Exoscale", email="support@exoscale.com"}]
license = "ISC"
description = "Clients for Exoscale IaaS APIs"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
Expand Down

0 comments on commit a93b9bb

Please sign in to comment.