diff --git a/CHANGELOG.md b/CHANGELOG.md index 468d2ad..3f1d94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +## 0.2.1 (2014-09-26) + - [enhancement] add links to 'CreateToken' pages in Readme + - [compatibility] add support for Python 2.6, 3.2 and 3.3 + ## 0.2.0 (2014-09-19) - [feature] travis / coveralls / pypi integration - [feature] config files for credentials diff --git a/docs/conf.py b/docs/conf.py index 137679b..679645f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.2.0' +release = '0.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index ded1fdf..8198b6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ovh -version = 0.2.0 +version = 0.2.1 author = Jean-Tiare Le Bigot author-email = jean-tiare.le-bigot@ovh.net home-page = https://api.ovh.com @@ -20,6 +20,8 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3.2 + Programming Language :: Python :: 3.3 Topic :: Software Development :: Libraries :: Python Modules Topic :: System :: Archiving :: Packaging keywords =