Skip to content

Commit cffef20

Browse files
committed
version bump
1 parent df49f5b commit cffef20

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
gnuplotlib (0.45)
2+
3+
* Uninteresting bug fix introduced in 0.44
4+
5+
-- Dima Kogan <[email protected]> Fri, 04 Apr 2025 11:30:12 -0700
6+
17
gnuplotlib (0.44)
28

39
* Added "axes" curve option. The extends the "y2" curve option, so that

gnuplotlib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
11261126
gnuplot_executable='gnuplot'
11271127

11281128
# setup.py assumes the version is a simple string in '' quotes
1129-
__version__ = '0.44'
1129+
__version__ = '0.45'
11301130

11311131
# In a multiplot, the "process" options apply to the larger plot containing all
11321132
# the subplots, and the "subplot" options apply to each invididual plot.

0 commit comments

Comments
 (0)