[auto] bump version to v0.4.6

Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
This commit is contained in:
Jean-Tiare Le Bigot 2017-02-15 11:52:00 +01:00
parent f10372359c
commit 59591369be
4 changed files with 20 additions and 5 deletions

View file

@ -1,8 +1,12 @@
Changelog
=========
## 0.4.6 (UNRELEASED)
- [fix] remove Python SNI warnings, OVH API does not need SNI
## 0.4.6 (2017-02-27)
- [api] add query_id property to exceptions to help error reporting
- [api] remove deprecated runabove api
- [feature] remove Python SNI warnings, OVH API does not need SNI (#35)
- [buildsystem] Add build dependency on python3-setuptool
- [buildsystem] Add debian folder
## 0.4.5 (2016-07-18)
- [fix] (regression) body boolean must be sent as boolean (#34)

13
debian/changelog vendored
View file

@ -1,3 +1,14 @@
python-ovh (0.4.5) trusty; urgency=low
* New upstream release v0.4.5
* Add build dependency on python3-setuptool update copyrights to 2017
feat(query-id): add query_id property to exceptions in order to
provide debugging facilities when encounter API issues Add debian
folder fix: remove Python SNI warnings, OVH API does not need SNI
(#35) fix: coveralls version
-- Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com> Wed, 15 Feb 2017 11:47:29 +0100
python-ovh (0.4.4) trusty; urgency=medium
* New upstream release v0.4.4
@ -5,7 +16,7 @@ python-ovh (0.4.4) trusty; urgency=medium
* Add debian folder
* fix: remove Python SNI warnings, OVH API does not need SNI (#35)
* fix: coveralls version
* [auto] bump version to v0.4.5
* [auto] bump version to v0.4.6
* fix: (regression) body boolean must be sent as boolean (#34)
-- Arnaud Morin <arnaud.morin@corp.ovh.com> Mon, 03 Oct 2016 14:34:21 +0200

View file

@ -58,7 +58,7 @@ copyright = u'2013-2014, OVH SAS'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.4.5'
release = '0.4.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -14,7 +14,7 @@ with open('README.rst') as f:
setup(
name = "ovh",
version = "0.4.5",
version = "0.4.6",
setup_requires=['setuptools'],
author = "Jean-Tiare Le Bigot",
author_email = "jean-tiare.le-bigot@corp.ovh.com",