Skip to content

Commit 3b36ab5

Browse files
committed
version bump
1 parent 06616ef commit 3b36ab5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
gnuplotlib (0.39)
2+
3+
* Added 'cblegend' plot option
4+
5+
-- Dima Kogan <dkogan@debian.org> Sat, 14 Jan 2023 23:08:35 -0800
6+
17
gnuplotlib (0.38)
28

39
* Extended add_plot_option() API

gnuplotlib.py

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

10971097
# setup.py assumes the version is a simple string in '' quotes
1098-
__version__ = '0.38'
1098+
__version__ = '0.39'
10991099

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

0 commit comments

Comments
 (0)