Skip to content

Commit 2a0cc19

Browse files
Jean-Tiare Le Bigotyadutaf
Jean-Tiare Le Bigot
authored andcommitted
[auto] bump version to v0.4.7
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
1 parent 78be697 commit 2a0cc19

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 0.4.7 (2017-03-10)
5+
- [api] add raw_call method returning a raw requests Response object
6+
- [documentation] add advanced usage documentation
7+
- [buildsystem] fix bump-version debian/Changelog generation
8+
49
## 0.4.6 (2017-02-27)
510
- [api] add query_id property to exceptions to help error reporting
611
- [api] remove deprecated runabove api

debian/changelog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
python-ovh (0.4.7) trusty; urgency=low
2+
3+
* New upstream release v0.4.7
4+
* [api] add raw_call method returning a raw requests Response object
5+
* [documentation] add advanced usage documentation
6+
* [buildsystem] fix bump-version debian/Changelog generation
7+
8+
-- Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com> Fri, 10 Mar 2017 13:00:16 +0100
9+
110
python-ovh (0.4.5) trusty; urgency=low
211

312
* New upstream release v0.4.5

docs/conf.py

+1-1
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.6'
61+
release = '0.4.7'
6262

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name = "ovh",
17-
version = "0.4.6",
17+
version = "0.4.7",
1818
setup_requires=['setuptools'],
1919
author = "Jean-Tiare Le Bigot",
2020
author_email = "jean-tiare.le-bigot@corp.ovh.com",

0 commit comments

Comments
 (0)