File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
5757SHELL: = /bin/bash
5858
5959LONG_TESTS =false
Original file line number Diff line number Diff line change 1010# Allow "from hapiclient import HAPIError"
1111from hapiclient .util import HAPIError
1212
13- __version__ = '0.2.7b1 '
13+ __version__ = '0.2.7 '
1414
1515import sys
1616import platform
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def hapiopts():
177177def 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
Original file line number Diff line number Diff line change 3232# version is modified by misc/version.py (executed from Makefile). Do not edit.
3333setup (
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 (),
You can’t perform that action at this time.
0 commit comments