Skip to content

Commit cfbb925

Browse files
committed
version bump
1 parent 4c37346 commit cfbb925

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.37) unstable; urgency=medium
2+
3+
* Updated default hardcopy settings
4+
5+
-- Dima Kogan <dkogan@debian.org> Wed, 03 Feb 2021 14:31:33 -0800
6+
17
gnuplotlib (0.36) unstable; urgency=medium
28

39
* add_plot_option() API change: takes single options as scalars and

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.36'
1095+
__version__ = '0.37'
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)