Skip to content

Commit 5959136

Browse files
author
Jean-Tiare Le Bigot
committed
[auto] bump version to v0.4.6
Signed-off-by: Jean-Tiare Le Bigot <[email protected]>
1 parent f103723 commit 5959136

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
Changelog
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)

debian/changelog

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
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+
112
python-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 <[email protected]> Mon, 03 Oct 2016 14:34:21 +0200

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
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 = "[email protected]",

0 commit comments

Comments
 (0)