Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 26, 2022
1 parent d69f303 commit 94ae35c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
19 changes: 12 additions & 7 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
Changelog
=========

Version 0.1.1
-------------
v0.2.0 (2022/04/26)
-------------------

*Released on: 2019/09/16*
* Images and scripts are named based on the code's md5sum
* Bump the minimum required Python version to 3.8
* Change the default branch from ``master`` to ``main``
* Migrate CI from Azure Pipelines and Travics to GitHub Actions
* Switch from versioneer to setuptools_scm for version management

* Disable displaying figure when ``gmt end show`` is used (#26)
v0.1.1 (2019/09/16)
-------------------

Version 0.1.0
-------------
* Disable displaying figure when ``gmt end show`` is used (#26)

*Released on: 2019/06/21*
v0.1.0 (2019/06/21)
-------------------

* First release of ``sphinx_gmt`` with the ``gmtplot`` directive for automatically
generating GMT plots and inserting them into Sphinx generated documentation. Supports
Expand Down
1 change: 1 addition & 0 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Documentation for previous releases and the current development version (reflect

* `Development <https://www.generic-mapping-tools.org/sphinx_gmt/dev>`__
* `Latest release <https://www.generic-mapping-tools.org/sphinx_gmt/latest>`__
* `v0.2.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.2.0>`__
* `v0.1.1 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.1.1>`__
* `v0.1.0 <https://www.generic-mapping-tools.org/sphinx_gmt/v0.1.0>`__
2 changes: 1 addition & 1 deletion sphinx_gmt/gmtplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def setup(app):
app.add_config_value("gmtplot_show_code", True, True)
app.add_config_value("gmtplot_figure_align", "center", True)
metadata = {
"version": "0.1.0",
"version": "0.2.0",
"parallel_read_safe": True,
"parallel_write_safe": True,
}
Expand Down

0 comments on commit 94ae35c

Please sign in to comment.