Skip to content

Commit ff91cda

Browse files
committed
Last 0.3.2 commit
1 parent 944374b commit ff91cda

6 files changed

Lines changed: 6 additions & 7 deletions

File tree

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": [

CHANGES.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,4 @@ v0.3.0:
132132
v0.3.1:
133133
2026-07-08 -- 80-subset-error-message-wrong-when-duplicate-parameters
134134
v0.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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4848
SHELL:= /bin/bash
4949

5050
LONG_TESTS=false

hapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Allow "from hapiclient import HAPIError"
1414
from hapiclient.util import HAPIError
1515

16-
__version__ = '0.3.3b0'
16+
__version__ = '0.3.2'
1717

1818
import sys
1919
import platform

hapiclient/hapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def hapiopts():
4545
def 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hapiclient"
7-
version = "0.3.3b0"
7+
version = "0.3.2"
88
authors = [
99
{ name = "Bob Weigel", email = "rweigel@gmu.edu" }
1010
]

0 commit comments

Comments
 (0)