Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## 1.1.2 (2024-06-07)

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

## 1.1.1 (2024-06-07)

- [feature]: handle allowedIPs parameters in CK building
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.1.2) trusty; urgency=medium

* fix: debian packaging: remove file MIGRATION.rst

-- Romain Beuque <[email protected]> Fri, 07 Jun 2024 16:10:04 +0000

python-ovh (1.1.1) trusty; urgency=medium

* feat: handle allowedIPs parameters in CK building
Expand Down
1 change: 0 additions & 1 deletion debian/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
README.rst
CONTRIBUTING.rst
CHANGELOG.md
MIGRATION.rst
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.1
version = 1.1.2
author = OVHcloud team - Romain Beuque
author_email = [email protected]
url = https://api.ovh.com
Expand Down