mirror of
https://github.com/ovh/python-ovh.git
synced 2026-01-11 17:56:26 +00:00
chore: upgrade to 1.2.0
Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
This commit is contained in:
parent
a5d8ae6cf9
commit
15c3b043fc
3 changed files with 13 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
## 1.2.0 (2024-07-23)
|
||||
|
||||
- [buildsystem] add project URLs to setup.cfg by @florianvazelle in #131
|
||||
- [buildsystem] update CODEOWNERS to maintainer group by @deathiop in #135
|
||||
- [feature] handle Client Credential OAuth2 authentication method by @deathiop in #134
|
||||
|
||||
## 1.1.2 (2024-06-07)
|
||||
|
||||
- [fix]: debian packaging: remove MIGRATION.rst
|
||||
|
|
|
|||
6
debian/changelog
vendored
6
debian/changelog
vendored
|
|
@ -1,3 +1,9 @@
|
|||
python-ovh (1.2.0) trusty; urgency=medium
|
||||
|
||||
* build: add project URLs to setup.cfg (#131)
|
||||
* chore: update CODEOWNERS to maintainer group (#135)
|
||||
* feat: handle Client Credential OAuth2 authentication method (#134)
|
||||
|
||||
python-ovh (1.1.2) trusty; urgency=medium
|
||||
|
||||
* fix: debian packaging: remove file MIGRATION.rst
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name = ovh
|
||||
description = "Official module to perform HTTP requests to the OVHcloud APIs"
|
||||
long_description = file: README.rst
|
||||
version = 1.1.2
|
||||
version = 1.2.0
|
||||
author = OVHcloud team - Romain Beuque
|
||||
author_email = api@ml.ovh.net
|
||||
url = https://api.ovh.com
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue