Skip to content

Commit

Permalink
Merge pull request #137 from ovh/up-version
Browse files Browse the repository at this point in the history
chore: upgrade to 1.2.0
  • Loading branch information
deathiop authored Jul 23, 2024
2 parents a5d8ae6 + 15c3b04 commit 56ba043
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
url = https://api.ovh.com
Expand Down

0 comments on commit 56ba043

Please sign in to comment.