File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
6
10
7
11
## 0.4.5 (2016-07-18)
8
12
- [ 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 <
[email protected] > Wed, 15 Feb 2017 11:47:29 +0100
11
+
1
12
python-ovh (0.4.4) trusty; urgency=medium
2
13
3
14
* New upstream release v0.4.4
4
15
* Add VERSION file, needed for our compile system
5
16
* Add debian folder
6
17
* fix: remove Python SNI warnings, OVH API does not need SNI (#35)
7
18
* fix: coveralls version
8
- * [auto] bump version to v0.4.5
19
+ * [auto] bump version to v0.4.6
9
20
* fix: (regression) body boolean must be sent as boolean (#34)
10
21
11
22
-- Arnaud Morin <
[email protected] > Mon, 03 Oct 2016 14:34:21 +0200
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.5 '
61
+ release = '0.4.6 '
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.5 " ,
17
+ version = "0.4.6 " ,
18
18
setup_requires = ['setuptools' ],
19
19
author = "Jean-Tiare Le Bigot" ,
20
20
author_email = "[email protected] " ,
You can’t perform that action at this time.
0 commit comments