Skip to content

Commit 8566019

Browse files
committed
update version
1 parent b99fbd3 commit 8566019

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ v0.2.3b0:
3838
2023-01-24 3d0725 remove mean for intermagnet plots (temp fix)
3939
v0.2.3b1:
4040
2025-10-28 9386a66 Catch null units
41+
v0.2.3b2:
4142
2026-05-19 566fb02 Remove datetick; handle fill time values
42-
43+
2026-05-19 b99fbd3 Categorical fixes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PYTHONS=3.9 3.8 3.7 3.6 3.5
6565

6666
# VERSION is updated in "make version-update" step and derived
6767
# from CHANGES.txt. Do not edit.
68-
VERSION=0.2.3b0
68+
VERSION=0.2.3b2
6969
SHELL:= /bin/bash
7070

7171
LONG_TESTS=false

hapiplot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
#ignores = ['datapath','savefig.frameon', 'text.latex.unicode', 'verbose.fileo', 'verbose.level', 'datapath']
1717
warnings.filterwarnings(action='ignore', category=UserWarning)
1818

19-
__version__ = '0.2.3b0'
19+
__version__ = '0.2.3b2'

hapiplot/hapiplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
def hapiplot(*args, **kwargs):
1818
"""Plot response from HAPI server.
1919
20-
Version: 0.2.3b0
20+
Version: 0.2.3b2
2121
2222
Demos
2323
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# version is modified by misc/version.py (executed from Makefile). Do not edit.
2323
setup(
2424
name='hapiplot',
25-
version='0.2.3b0',
25+
version='0.2.3b2',
2626
author='Bob Weigel',
2727
author_email='rweigel@gmu.edu',
2828
packages=find_packages(),

0 commit comments

Comments
 (0)