Skip to content

Commit 4b41957

Browse files
[auto] bump version to v0.4.8 (#49)
Signed-off-by: Geoffrey Bauduin <[email protected]>
1 parent 1a515ac commit 4b41957

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

4+
## 0.4.8 (2017-09-15)
5+
- [feature] Add ResourceExpiredError exception (#48)
6+
47
## 0.4.7 (2017-03-10)
58
- [api] add raw_call method returning a raw requests Response object
69
- [documentation] add advanced usage documentation

debian/changelog

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
python-ovh (0.4.7) trusty; urgency=low
1+
python-ovh (0.4.8) trusty; urgency=low
22

3-
* New upstream release v0.4.7
3+
* New upstream release v0.4.8
4+
* [feature] Add ResourceExpiredError exception (#48)
5+
6+
-- Geoffrey Bauduin <[email protected]> Fri, 15 Sep 2017 11:53:30 +0200
7+
8+
python-ovh (0.4.8) trusty; urgency=low
9+
10+
* New upstream release v0.4.8
411
* [api] add raw_call method returning a raw requests Response object
512
* [documentation] add advanced usage documentation
613
* [buildsystem] fix bump-version debian/Changelog generation

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.7'
61+
release = '0.4.8'
6262

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name = "ovh",
17-
version = "0.4.7",
17+
version = "0.4.8",
1818
setup_requires=['setuptools'],
1919
author = "Jean-Tiare Le Bigot",
2020
author_email = "[email protected]",

0 commit comments

Comments
 (0)