Skip to content

Commit 94ae35c

Browse files
committed
Release v0.2.0
1 parent d69f303 commit 94ae35c

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

doc/changes.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@
33
Changelog
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

doc/releases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>`__

sphinx_gmt/gmtplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)