From 86e353357c7fc1e0452d3beab4805272cc42a90d Mon Sep 17 00:00:00 2001 From: Adrien Barreau Date: Tue, 23 Jul 2024 14:25:32 +0000 Subject: [PATCH] chore: upgrade to 1.2.0 --- CHANGELOG.md | 6 ++++++ debian/changelog | 6 ++++++ setup.cfg | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f2bd9..09bcfbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/debian/changelog b/debian/changelog index 8023430..0327e7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/setup.cfg b/setup.cfg index 6c6ea3b..ae1d7ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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