Skip to content

Commit 3329a79

Browse files
committed
release 0.1.6
1 parent 7980b4e commit 3329a79

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.5
2+
current_version = 0.1.6
33
commit = False
44
tag = False
55
files = setup.py netuitive/__init__.py

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
0.1.6 (2016-05-20)
7+
---------------------
8+
9+
* fix handling of http errors
10+
611
0.1.5 (2016-05-03)
712
---------------------
813

netuitive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__author__ = 'Netuitive, Inc'
4-
__version__ = '0.1.5'
4+
__version__ = '0.1.6'
55

66
from .client import Client # nopep8
77
from .element import Element # nopep8

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='netuitive',
27-
version='0.1.5',
27+
version='0.1.6',
2828
description="Python Client for Netuitive Cloud",
2929
long_description=readme + '\n\n' + history,
3030
author="Netuitive",

0 commit comments

Comments
 (0)