mirror of
https://github.com/ovh/python-ovh.git
synced 2026-01-12 06:52:56 +00:00
bump version to 0.3.5
This commit is contained in:
parent
4362cb6e32
commit
835f80bd28
3 changed files with 9 additions and 2 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
## 0.3.5 (2015-07-30)
|
||||
|
||||
- [enhancement] API call timeouts. Defaults to 180s
|
||||
- [buildsystem] move to new Travis build system
|
||||
- [documentation] send complex / python keywork parameters
|
||||
|
||||
## 0.3.4 (2015-06-10)
|
||||
|
||||
- [enhancement] add NotGrantedCall, NotCredential, Forbidden, InvalidCredential exceptions
|
||||
|
|
|
|||
|
|
@ -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.3.4'
|
||||
release = '0.3.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = ovh
|
||||
version = 0.3.4
|
||||
version = 0.3.5
|
||||
author = Jean-Tiare Le Bigot
|
||||
author-email = jean-tiare.le-bigot@ovh.net
|
||||
home-page = https://api.ovh.com
|
||||
|
|
@ -22,6 +22,7 @@ classifier =
|
|||
Programming Language :: Python :: 2.7
|
||||
Programming Language :: Python :: 3.2
|
||||
Programming Language :: Python :: 3.3
|
||||
Programming Language :: Python :: 3.4
|
||||
Topic :: Software Development :: Libraries :: Python Modules
|
||||
Topic :: System :: Archiving :: Packaging
|
||||
keywords =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue