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.6 (UNRELEASED)
5- - [ fix] remove Python SNI warnings, OVH API does not need SNI
4+ ## 0.4.6 (2017-02-27)
5+ - [ api] add query_id property to exceptions to help error reporting
6+ - [ api] remove deprecated runabove api
7+ - [ feature] remove Python SNI warnings, OVH API does not need SNI (#35 )
8+ - [ buildsystem] Add build dependency on python3-setuptool
9+ - [ buildsystem] Add debian folder
610
711## 0.4.5 (2016-07-18)
812 - [ fix] (regression) body boolean must be sent as boolean (#34 )
Original file line number Diff line number Diff line change 1+ python-ovh (0.4.5) trusty; urgency=low
2+
3+ * New upstream release v0.4.5
4+ * Add build dependency on python3-setuptool update copyrights to 2017
5+ feat(query-id): add query_id property to exceptions in order to
6+ provide debugging facilities when encounter API issues Add debian
7+ folder fix: remove Python SNI warnings, OVH API does not need SNI
8+ (#35) fix: coveralls version
9+
10+ -- Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com> Wed, 15 Feb 2017 11:47:29 +0100
11+
112python-ovh (0.4.4) trusty; urgency=medium
213
314 * New upstream release v0.4.4
415 * Add VERSION file, needed for our compile system
516 * Add debian folder
617 * fix: remove Python SNI warnings, OVH API does not need SNI (#35)
718 * fix: coveralls version
8- * [auto] bump version to v0.4.5
19+ * [auto] bump version to v0.4.6
920 * fix: (regression) body boolean must be sent as boolean (#34)
1021
1122 -- Arnaud Morin <arnaud.morin@corp.ovh.com> Mon, 03 Oct 2016 14:34:21 +0200
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.5 '
61+ release = '0.4.6 '
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.5 " ,
17+ version = "0.4.6 " ,
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