Skip to content

Commit 6b99597

Browse files
committed
[auto] bump version to v0.5.0
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
1 parent 8bd96eb commit 6b99597

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## 0.5.0 (2018-12-13)
5+
- [compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (#71)
6+
- [feature] Add OVH US endpoint (#63 #70)
7+
- [buildsystem] auto Pypi deployment when new tag (#60)
8+
- [documentation] fix typos (#72)
9+
- [documentation] flag package as Stable (#59)
10+
411
## 0.4.8 (2017-09-15)
512
- [feature] Add ResourceExpiredError exception (#48)
613

@@ -45,7 +52,7 @@ Changelog
4552
- [buildsystem] add 'scripts' with release helpers
4653
- [documentation] add consumer_key documentation
4754
- [documentation] fix rst format for pypi
48-
- [docuumentation] add service list example
55+
- [documentation] add service list example
4956
- [documentation] add expiring service list example
5057
- [documentation] add dedicated server KVM example
5158
- [documentation] explicitly list supported python version

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
python-ovh (0.5.0) trusty; urgency=medium
2+
3+
* New upstream release v0.5.0
4+
* [compatibility] drop support for EOL Python 2.6, 3.2 and 3.3 (#71)
5+
* [feature] Add OVH US endpoint (#63 #70)
6+
* [buildsystem] auto Pypi deployment when new tag (#60)
7+
* [documentation] fix typos (#72)
8+
* [documentation] flag package as Stable (#59)
9+
10+
-- Romain Beuque <romain.beuque@corp.ovh.com> Thu, 13 Dec 2018 15:40:12 +0100
11+
112
python-ovh (0.4.8) trusty; urgency=low
213

314
* New upstream release v0.4.8

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '0.3'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.4.8'
61+
release = '0.5.0'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

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 OVH.com API wrapper"
44
long_description = file: README.rst
5-
version = 0.4.8
5+
version = 0.5.0
66
author = Jean-Tiare Le Bigot
77
author_email = jean-tiare.le-bigot@corp.ovh.com
88
url = http://api.ovh.com

0 commit comments

Comments
 (0)