Skip to content

Commit de2d1f9

Browse files
committed
0.2.3
1 parent 044d449 commit de2d1f9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.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.2.2
2+
current_version = 0.2.3
33
commit = False
44
tag = False
55
files = setup.py netuitive/__init__.py

HISTORY.rst

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

6+
0.2.3 (2017-02-14)
7+
---------------------
8+
9+
* test_check_time_offset should not be timezone sensitive
10+
* add Example Script Dockerfile
11+
* Handle 403 and other HTTP errors better
12+
13+
614
0.2.2 (2016-09-30)
715
---------------------
816

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.2.2'
4+
__version__ = '0.2.3'
55

66
from .client import Client # nopep8 # flake8: noqa
77
from .element import Element # nopep8 # flake8: noqa

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

0 commit comments

Comments
 (0)