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- Version 0.1.1
7- -------------
6+ v0.2.0 (2022/04/26)
7+ -------------------
88
9- *Released on: 2019/09/16 *
9+ * Images and scripts are named based on the code's md5sum
10+ * Bump the minimum required Python version to 3.8
11+ * Change the default branch from ``master `` to ``main ``
12+ * Migrate CI from Azure Pipelines and Travics to GitHub Actions
13+ * Switch from versioneer to setuptools_scm for version management
1014
11- * Disable displaying figure when ``gmt end show `` is used (#26)
15+ v0.1.1 (2019/09/16)
16+ -------------------
1217
13- Version 0.1.0
14- -------------
18+ * Disable displaying figure when ``gmt end show `` is used (#26)
1519
16- *Released on: 2019/06/21 *
20+ v0.1.0 (2019/06/21)
21+ -------------------
1722
1823* First release of ``sphinx_gmt `` with the ``gmtplot `` directive for automatically
1924 generating GMT plots and inserting them into Sphinx generated documentation. Supports
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ 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.2.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.2.0 >`__
1112* `v0.1.1 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.1.1 >`__
1213* `v0.1.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.1.0 >`__
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ def setup(app):
453453 app .add_config_value ("gmtplot_show_code" , True , True )
454454 app .add_config_value ("gmtplot_figure_align" , "center" , True )
455455 metadata = {
456- "version" : "0.1 .0" ,
456+ "version" : "0.2 .0" ,
457457 "parallel_read_safe" : True ,
458458 "parallel_write_safe" : True ,
459459 }
You can’t perform that action at this time.
0 commit comments