Skip to content

Commit 8cfb885

Browse files
committed
Change repo to 0.1.9b4
1 parent 2cabeb4 commit 8cfb885

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,7 @@ v0.1.9b1:
7575
v0.1.9b2:
7676
2020-05-25 -- 23b659c Simplify dtype/length code
7777
v0.1.9b3:
78-
2020-05-25 --
78+
2020-05-25 -- 8161460 Refactor Makefile
79+
v0.1.9b4:
80+
2020-05-26 -- 2cabeb4 README.rst -> README.md
7981

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PYTHONVERS=python3.8 python3.7 python3.6 python3.5 python2.7
4848

4949
# VERSION is updated in "make version-update" step and derived
5050
# from CHANGES.txt. Do not edit.
51-
VERSION=0.1.9b3
51+
VERSION=0.1.9b4
5252
SHELL:= /bin/bash
5353

5454
LONG_TESTS=false

hapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# Allow "from hapiclient import HAPIError"
88
from hapiclient.util import HAPIError
99

10-
__version__ = '0.1.9b3'
10+
__version__ = '0.1.9b4'

hapiclient/hapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def hapiopts():
144144
def hapi(*args, **kwargs):
145145
"""Request data from a HAPI server.
146146
147-
Version: 0.1.9b3
147+
Version: 0.1.9b4
148148
149149
150150
Examples

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# version is modified by misc/version.py (executed from Makefile). Do not edit.
3030
setup(
3131
name='hapiclient',
32-
version='0.1.9b3',
32+
version='0.1.9b4',
3333
author='Bob Weigel',
3434
author_email='rweigel@gmu.edu',
3535
packages=find_packages(),

0 commit comments

Comments
 (0)