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 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