Skip to content

Commit 209ab58

Browse files
committed
Release v0.3.0
1 parent 6cb5c1b commit 209ab58

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

doc/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Changelog
44
=========
55

6+
v0.3.0 (2022/05/01)
7+
-------------------
8+
9+
* Add examples for including GMT classic and modern scripts
10+
* Fix the missing "type_ignores" exception for Python scripts
11+
* Setting ``GMT_END_SHOW`` to ``off`` to disable image display in external viewers
12+
* Add labels to images so that they can be referenced
13+
614
v0.2.0 (2022/04/26)
715
-------------------
816

doc/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Documentation for previous releases and the current development version (reflect
88

99
* `Development <https://www.generic-mapping-tools.org/sphinx_gmt/dev>`__
1010
* `Latest release <https://www.generic-mapping-tools.org/sphinx_gmt/latest>`__
11+
* `v0.3.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.3.0>`__
1112
* `v0.2.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.2.0>`__
1213
* `v0.1.1 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.1.1>`__
1314
* `v0.1.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.1.0>`__

sphinx_gmt/gmtplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def setup(app):
470470
app.add_config_value("gmtplot_show_code", True, True)
471471
app.add_config_value("gmtplot_figure_align", "center", True)
472472
metadata = {
473-
"version": "0.2.0",
473+
"version": "0.3.0",
474474
"parallel_read_safe": True,
475475
"parallel_write_safe": True,
476476
}

0 commit comments

Comments
 (0)