File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff line change 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
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.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.
Original file line number Diff line number Diff line change 1414
1515setup (
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] " ,
You can’t perform that action at this time.
0 commit comments