Skip to content

Commit 7532f33

Browse files
authored
Merge pull request #133 from ovh/rbeuque74-patch-1
fix: remove MIGRATION.rst from debian packaging
2 parents b3c6154 + b0cf130 commit 7532f33

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
## 1.1.2 (2024-06-07)
5+
6+
- [fix]: debian packaging: remove MIGRATION.rst
7+
48
## 1.1.1 (2024-06-07)
59

610
- [feature]: handle allowedIPs parameters in CK building

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
python-ovh (1.1.2) trusty; urgency=medium
2+
3+
* fix: debian packaging: remove file MIGRATION.rst
4+
5+
-- Romain Beuque <[email protected]> Fri, 07 Jun 2024 16:10:04 +0000
6+
17
python-ovh (1.1.1) trusty; urgency=medium
28

39
* feat: handle allowedIPs parameters in CK building

debian/docs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
README.rst
22
CONTRIBUTING.rst
33
CHANGELOG.md
4-
MIGRATION.rst

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = ovh
33
description = "Official module to perform HTTP requests to the OVHcloud APIs"
44
long_description = file: README.rst
5-
version = 1.1.1
5+
version = 1.1.2
66
author = OVHcloud team - Romain Beuque
77
author_email = [email protected]
88
url = https://api.ovh.com

0 commit comments

Comments
 (0)