File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "description" : " Python client for HAPI" ,
33 "license" : " other-open" ,
44 "title" : " hapi-server/client-python:" ,
5- "version" : " 0.3.3b0 " ,
5+ "version" : " 0.3.2 " ,
66 "upload_type" : " software" ,
77 "publication_date" : " 2021-10-06" ,
88 "creators" : [
Original file line number Diff line number Diff line change @@ -132,5 +132,4 @@ v0.3.0:
132132v0.3.1:
133133 2026-07-08 -- 80-subset-error-message-wrong-when-duplicate-parameters
134134v0.3.2:
135- 2026-07-08 -- Date parsing warning https://github.com/hapi-server/client-python/pull/104
136- v0.3.3b0:
135+ 2026-07-08 -- Date parsing warning https://github.com/hapi-server/client-python/pull/104
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ PYTHONVERS=python3.14 python3.13 python3.12 python3.11 python3.10 python3.9 pyth
4444
4545# VERSION is updated in "make version-update" step and derived
4646# from CHANGES.txt. Do not edit.
47- VERSION =0.3.3b0
47+ VERSION =0.3.2
4848SHELL: = /bin/bash
4949
5050LONG_TESTS =false
Original file line number Diff line number Diff line change 1313# Allow "from hapiclient import HAPIError"
1414from hapiclient .util import HAPIError
1515
16- __version__ = '0.3.3b0 '
16+ __version__ = '0.3.2 '
1717
1818import sys
1919import platform
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def hapiopts():
4545def hapi (* args , ** kwargs ):
4646 """Request data from a HAPI server.
4747
48- Version: 0.3.3b0
48+ Version: 0.3.2
4949
5050
5151 Examples
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " hapiclient"
7- version = " 0.3.3b0 "
7+ version = " 0.3.2 "
88authors = [
99 { name = " Bob Weigel" , email = " rweigel@gmu.edu" }
1010]
You can’t perform that action at this time.
0 commit comments