Skip to content

Commit d18edc3

Browse files
committed
Bump to 1.1.2
1 parent 4c2c12f commit d18edc3

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
project = 'Graphite-API'
2525
copyright = u'2014, Bruno Renié'
2626

27-
version = '1.1.1'
28-
release = '1.1.1'
27+
version = '1.1.2'
28+
release = '1.1.2'
2929

3030
exclude_patterns = ['_build']
3131

docs/releases.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Graphite-API releases
22
=====================
33

4-
1.2 -- **in development**
5-
-------------------------
4+
1.1.2 -- 2015-11-19
5+
-------------------
66

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

811
1.1.1 -- 2015-10-23
912
-------------------

fpm/build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22
set -xe
33

4-
export VERSION=1.1.1
4+
export VERSION=1.1.2
55

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name='graphite-api',
27-
version='1.1.1',
27+
version='1.1.2',
2828
url='https://github.com/brutasse/graphite-api',
2929
author="Bruno Renié, based on Chris Davis's graphite-web",
3030
author_email='[email protected]',

0 commit comments

Comments
 (0)