Skip to content

Commit

Permalink
bump version to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tiare Le Bigot committed Jul 30, 2015
1 parent 4362cb6 commit 835f80b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -58,7 +58,7 @@
# 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.
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
@@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit 835f80b

Please sign in to comment.