File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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
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+
110python-ovh (0.4.5) trusty; urgency=low
211
312 * New upstream release v0.4.5
Original file line number Diff line number Diff line change 5858# The short X.Y version.
5959version = '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.
Original file line number Diff line number Diff line change 1414
1515setup (
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" ,
You can’t perform that action at this time.
0 commit comments