diff --git a/docs/conf.py b/docs/conf.py index 0dd33a8..d16ae1d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,8 +24,8 @@ project = 'Graphite-API' copyright = u'2014, Bruno ReniƩ' -version = '1.1' -release = '1.1' +version = '1.1.1' +release = '1.1.1' exclude_patterns = ['_build'] diff --git a/docs/releases.rst b/docs/releases.rst index 044183b..0530562 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -5,10 +5,10 @@ Graphite-API releases ------------------------- -1.1.1 -- **in development** ---------------------------- +1.1.1 -- 2015-10-23 +------------------- -* Fix ``areaMode=stacked`` +* Fix ``areaMode=stacked``. * Fix error when calling functions that use ``fetchWithBootstrap`` and the bootstrap range isn't available (fill with nulls instead). diff --git a/fpm/build-deb.sh b/fpm/build-deb.sh index 5a7e6c2..030d168 100755 --- a/fpm/build-deb.sh +++ b/fpm/build-deb.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash set -xe -export VERSION=1.1 +export VERSION=1.1.1 apt-get -y install build-essential python-dev python-virtualenv diff --git a/setup.py b/setup.py index bb15ca8..b8de5db 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( name='graphite-api', - version='1.1', + version='1.1.1', url='https://github.com/brutasse/graphite-api', author="Bruno ReniƩ, based on Chris Davis's graphite-web", author_email='bruno@renie.fr',