File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
10
## 1.1.2 (2024-06-07)
5
11
6
12
- [ fix] : debian packaging: remove MIGRATION.rst
Original file line number Diff line number Diff line change
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
+
1
7
python-ovh (1.1.2) trusty; urgency=medium
2
8
3
9
* fix: debian packaging: remove file MIGRATION.rst
Original file line number Diff line number Diff line change 2
2
name = ovh
3
3
description = " Official module to perform HTTP requests to the OVHcloud APIs"
4
4
long_description = file: README.rst
5
- version = 1.1.2
5
+ version = 1.2.0
6
6
author = OVHcloud team - Romain Beuque
7
7
8
8
url = https://api.ovh.com
You can’t perform that action at this time.
0 commit comments