Skip to content

Commit 21e3adf

Browse files
committed
changelog bump
1 parent 5f2d163 commit 21e3adf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
gnuplotlib (0.36) unstable; urgency=medium
2+
3+
* add_plot_option() API change: takes single options as scalars and
4+
lists as lists, just like the plot options that accept multiple values
5+
6+
-- Dima Kogan <dkogan@debian.org> Fri, 13 Nov 2020 21:28:55 -0800
7+
18
gnuplotlib (0.35) unstable; urgency=medium
29

310
* Improved default svg terminal settings

gnuplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ class gnuplotlib has a separate gnuplot process and a plot window. If multiple
10921092
import numpysane as nps
10931093

10941094
# setup.py assumes the version is a simple string in '' quotes
1095-
__version__ = '0.35'
1095+
__version__ = '0.36'
10961096

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

0 commit comments

Comments
 (0)