From 3408b58518308bd775d60f9d65cc02d1adb84299 Mon Sep 17 00:00:00 2001 From: Adrien Barreau Date: Fri, 7 Jun 2024 15:12:44 +0000 Subject: [PATCH] build: bump to 1.1.1 --- CHANGELOG.md | 4 ++++ debian/changelog | 6 ++++++ setup.cfg | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70169d6..9d4e0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 1.1.1 (2024-06-07) + +- [feature]: handle allowedIPs parameters in CK building + ## 1.1.0 (2023-04-07) - [feature]: add support for v2 routes (#115) diff --git a/debian/changelog b/debian/changelog index 6449118..ff29c8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-ovh (1.1.1) trusty; urgency=medium + + * feat: handle allowedIPs parameters in CK building + + -- Adrien Barreau Fri, 07 Jun 2024 15:11:19 +0000 + python-ovh (1.1.0) trusty; urgency=medium * feat: add support for v2 routes (#115) diff --git a/setup.cfg b/setup.cfg index ac440ad..823594d 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.0 +version = 1.1.1 author = OVHcloud team - Romain Beuque author_email = api@ml.ovh.net url = https://api.ovh.com