Skip to content

Commit

Permalink
Bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Nov 19, 2015
1 parent 4c2c12f commit d18edc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.1'
release = '1.1.1'
version = '1.1.2'
release = '1.1.2'

exclude_patterns = ['_build']

Expand Down
7 changes: 5 additions & 2 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Graphite-API releases
=====================

1.2 -- **in development**
-------------------------
1.1.2 -- 2015-11-19
-------------------

* Fix regression in multi fetch handling: paths were queried multiple times,
leading to erroneous behaviour and slowdown.
* Continue on IndexError in ``remove{Above,Below}Percentile`` functions.

1.1.1 -- 2015-10-23
-------------------
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.1
export VERSION=1.1.2

apt-get -y install build-essential python-dev python-virtualenv libffi-dev

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.1',
version='1.1.2',
url='https://github.com/brutasse/graphite-api',
author="Bruno Renié, based on Chris Davis's graphite-web",
author_email='[email protected]',
Expand Down

0 comments on commit d18edc3

Please sign in to comment.