diff --git a/CHANGES.rst b/CHANGES.rst index 97c4a1f..6ac75c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,18 @@ Change logs v0.1.0 ====== +:date: 2023-10-22 + +No feature updates + +Misc +---- + +* Deploy document to readthedocs. + +v0.1.1 +====== + :date: 2023-10-21 First release. diff --git a/setup.cfg b/setup.cfg index 58e64a5..266f1e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = False message = release: Bump version {current_version} -> {new_version} diff --git a/src/atsphinx/highlightjs/__init__.py b/src/atsphinx/highlightjs/__init__.py index b9676f6..63038c6 100644 --- a/src/atsphinx/highlightjs/__init__.py +++ b/src/atsphinx/highlightjs/__init__.py @@ -7,7 +7,7 @@ from sphinx.util import logging from sphinx.util.docutils import SphinxTranslator -__version__ = "0.1.0" +__version__ = "0.1.1" here = Path(__file__).parent logger = logging.getLogger(__name__)