Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Oct 23, 2015
1 parent 7acab73 commit 805d3dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down
6 changes: 3 additions & 3 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion fpm/build-deb.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 805d3dc

Please sign in to comment.