File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 2424project = 'Graphite-API'
2525copyright = 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
3030exclude_patterns = ['_build' ]
3131
Original file line number Diff line number Diff line change 11Graphite-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
8111.1.1 -- 2015-10-23
912-------------------
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -xe
33
4- export VERSION=1.1.1
4+ export VERSION=1.1.2
55
66apt-get -y install build-essential python-dev python-virtualenv libffi-dev
77
Original file line number Diff line number Diff line change 2424
2525setup (
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 = 'bruno@renie.fr' ,
You can’t perform that action at this time.
0 commit comments