From b0cf130fc849ac1b3846de68238c7c541691523a Mon Sep 17 00:00:00 2001
From: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
Date: Fri, 7 Jun 2024 17:43:12 +0200
Subject: [PATCH] fix: remove MIGRATION.rst from debian packaging

Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
---
 CHANGELOG.md     | 4 ++++
 debian/changelog | 6 ++++++
 debian/docs      | 1 -
 setup.cfg        | 2 +-
 4 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d4e0b6..67f2bd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/debian/changelog b/debian/changelog
index ff29c8a..8023430 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ovh (1.1.2) trusty; urgency=medium
+
+  * fix: debian packaging: remove file MIGRATION.rst
+
+ -- Romain Beuque <romain.beuque@ovhcloud.com>  Fri, 07 Jun 2024 16:10:04 +0000
+
 python-ovh (1.1.1) trusty; urgency=medium
 
   * feat: handle allowedIPs parameters in CK building
diff --git a/debian/docs b/debian/docs
index 2af2220..813921c 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,4 +1,3 @@
 README.rst
 CONTRIBUTING.rst
 CHANGELOG.md
-MIGRATION.rst
diff --git a/setup.cfg b/setup.cfg
index 823594d..6682efb 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.1
+version = 1.1.2
 author = OVHcloud team - Romain Beuque
 author_email = api@ml.ovh.net
 url = https://api.ovh.com