Skip to content

Commit c0f38bb

Browse files
committed
Bump version to 1.1
1 parent e5497b6 commit c0f38bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.0.1'
28-
release = '1.0.1'
27+
version = '1.1'
28+
release = '1.1'
2929

3030
exclude_patterns = ['_build']
3131

docs/releases.rst

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

4-
1.0.2 -- **in development**
5-
---------------------------
4+
1.1 -- 2015-10-05
5+
-----------------
66

77
* Add CarbonLink support.
88

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.0.1',
27+
version='1.1',
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)