Skip to content

Commit 1a372b8

Browse files
committed
Last 0.2.7 commit
1 parent 984f871 commit 1a372b8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ v0.2.7b1:
109109
2025-03-01 -- 'infer_datetime_format' is deprecated ... https://github.com/hapi-server/client-python/issues/78
110110
2026-04-08 -- Improve NaN handling https://github.com/hapi-server/client-python/issues/88
111111
2026-05-02 -- Logging and testing https://github.com/hapi-server/client-python/issues/89
112-
0.2.7:
113-
2026--05-02-- Support for Python 2.7 dropped. This is last release with support for 3.5 through 3.8.
112+
v0.2.7:
113+
2026--05-02-- Support for Python 2.7 dropped. This is last release with support for 3.5 through 3.8.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ PYTHONVERS=python3.14 python3.13 python3.12 python3.11 python3.10 python3.9 pyth
5353

5454
# VERSION is updated in "make version-update" step and derived
5555
# from CHANGES.txt. Do not edit.
56-
VERSION=0.2.7b1
56+
VERSION=0.2.7
5757
SHELL:= /bin/bash
5858

5959
LONG_TESTS=false

hapiclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Allow "from hapiclient import HAPIError"
1111
from hapiclient.util import HAPIError
1212

13-
__version__ = '0.2.7b1'
13+
__version__ = '0.2.7'
1414

1515
import sys
1616
import platform

hapiclient/hapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def hapiopts():
177177
def hapi(*args, **kwargs):
178178
"""Request data from a HAPI server.
179179
180-
Version: 0.2.7b1
180+
Version: 0.2.7
181181
182182
183183
Examples

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# version is modified by misc/version.py (executed from Makefile). Do not edit.
3333
setup(
3434
name='hapiclient',
35-
version='0.2.7b1',
35+
version='0.2.7',
3636
author='Bob Weigel',
3737
author_email='rweigel@gmu.edu',
3838
packages=find_packages(),

test/test_hapi_data_requests.log

Whitespace-only changes.

0 commit comments

Comments
 (0)