Skip to content

Commit 10ec3bc

Browse files
committed
Last 0.1.5b4 commit
1 parent ac37dad commit 10ec3bc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ v0.1.5b1:
5151
2020-07-30 -- Use threadsafe plots
5252
v0.1.5b2:
5353
2020-07-31 -- Handle all NaN timeseries
54-
v0.1.5b3:
54+
v0.1.5b4:
55+
2020-12-11 -- Chunked requests

hapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
# Allow "from hapiclient import gallery"
2828
from hapiclient.gallery.gallery import gallery
2929

30-
__version__ = '0.1.5b3'
30+
__version__ = '0.1.5b4'

hapiclient/hapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def hapi(*args, **kwargs):
139139
For additional documentation and demonstration, see
140140
https://github.com/hapi-server/client-python-notebooks/blob/master/hapi_demo.ipynb
141141
142-
Version: 0.1.5b3
142+
Version: 0.1.5b4
143143
144144
Parameters
145145
----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# version is modified by misc/version.py (executed from Makefile). Do not edit.
4141
setup(
4242
name='hapiclient',
43-
version='0.1.5b3',
43+
version='0.1.5b4',
4444
author='Bob Weigel',
4545
author_email='rweigel@gmu.edu',
4646
packages=find_packages(),

0 commit comments

Comments
 (0)