Skip to content

Commit 6512c7d

Browse files
committed
version bump
1 parent 8069679 commit 6512c7d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Changes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
gnuplotlib (0.40) unstable; urgency=medium
1+
gnuplotlib (0.41)
2+
3+
* I "unset multiplot" after sending multiplot data
4+
5+
-- Dima Kogan <dkogan@debian.org> Sat, 23 Dec 2023 12:24:59 -0800
6+
7+
gnuplotlib (0.40)
28

39
* gnuplotlib works with subclasses of np.ndarray
410
* minor improvements to error-handling logic

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
11001100
gnuplot_executable='gnuplot'
11011101

11021102
# setup.py assumes the version is a simple string in '' quotes
1103-
__version__ = '0.40'
1103+
__version__ = '0.41'
11041104

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

0 commit comments

Comments
 (0)