File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -75,5 +75,7 @@ v0.1.9b1:
7575v0.1.9b2:
7676 2020-05-25 -- 23b659c Simplify dtype/length code
7777v0.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
Original file line number Diff line number Diff 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
5252SHELL: = /bin/bash
5353
5454LONG_TESTS =false
Original file line number Diff line number Diff line change 77# Allow "from hapiclient import HAPIError"
88from hapiclient .util import HAPIError
99
10- __version__ = '0.1.9b3 '
10+ __version__ = '0.1.9b4 '
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ def hapiopts():
144144def 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
Original file line number Diff line number Diff line change 2929# version is modified by misc/version.py (executed from Makefile). Do not edit.
3030setup (
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 (),
You can’t perform that action at this time.
0 commit comments