File tree 4 files changed +16
-2
lines changed
4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
9
## 0.4.6 (2017-02-27)
5
10
- [ api] add query_id property to exceptions to help error reporting
6
11
- [ api] remove deprecated runabove api
Original file line number Diff line number Diff line change
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
+
1
10
python-ovh (0.4.5) trusty; urgency=low
2
11
3
12
* New upstream release v0.4.5
Original file line number Diff line number Diff line change 58
58
# The short X.Y version.
59
59
version = '0.3'
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.4.6 '
61
+ release = '0.4.7 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = "ovh" ,
17
- version = "0.4.6 " ,
17
+ version = "0.4.7 " ,
18
18
setup_requires = ['setuptools' ],
19
19
author = "Jean-Tiare Le Bigot" ,
20
20
author_email = "jean-tiare.le-bigot@corp.ovh.com" ,
You can’t perform that action at this time.
0 commit comments