diff --git a/CHANGES.rst b/CHANGES.rst index 29ab530..b261628 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ Change logs =========== +v0.1.1 +====== + +:date: 2023-12-14 JST + +* Use domain instaed of raw roles. + v0.0.0 ====== diff --git a/setup.cfg b/setup.cfg index 2896c27..3d55cd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = False message = release: Bump version {current_version} -> {new_version} diff --git a/src/atsphinx/color_text.py b/src/atsphinx/color_text.py index 697f621..85f6c85 100644 --- a/src/atsphinx/color_text.py +++ b/src/atsphinx/color_text.py @@ -5,7 +5,7 @@ from sphinx.domains import Domain from sphinx.util.docutils import SphinxRole -__version__ = "0.1.0" +__version__ = "0.2.0" COLORS = { "black": "#000000",