Skip to content

Commit 86e3533

Browse files
committed
chore: upgrade to 1.2.0
1 parent a5d8ae6 commit 86e3533

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## 1.2.0 (2024-07-23)
5+
6+
- [buildsystem] add project URLs to setup.cfg by @florianvazelle in #131
7+
- [buildsystem] update CODEOWNERS to maintainer group by @deathiop in #135
8+
- [feature] handle Client Credential OAuth2 authentication method by @deathiop in #134
9+
410
## 1.1.2 (2024-06-07)
511

612
- [fix]: debian packaging: remove MIGRATION.rst

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-ovh (1.2.0) trusty; urgency=medium
2+
3+
* build: add project URLs to setup.cfg (#131)
4+
* chore: update CODEOWNERS to maintainer group (#135)
5+
* feat: handle Client Credential OAuth2 authentication method (#134)
6+
17
python-ovh (1.1.2) trusty; urgency=medium
28

39
* fix: debian packaging: remove file MIGRATION.rst

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = ovh
33
description = "Official module to perform HTTP requests to the OVHcloud APIs"
44
long_description = file: README.rst
5-
version = 1.1.2
5+
version = 1.2.0
66
author = OVHcloud team - Romain Beuque
77
author_email = [email protected]
88
url = https://api.ovh.com

0 commit comments

Comments
 (0)