File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Changelog
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+
614v0.2.0 (2022/04/26)
715-------------------
816
Original file line number Diff line number Diff 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 >`__
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments