Skip to content

Commit

Permalink
release: Bump version 0.0.0 -> 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Oct 21, 2023
1 parent 823ab13 commit 38acac6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
Change logs
===========

v0.0.1
v0.1.0
======

:date: 2023-10-21

First release.

Features
--------

* Small extension to override behavior of code-block and literalinclude.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.1.0
commit = True
tag = False
message = release: Bump version {current_version} -> {new_version}
Expand Down
2 changes: 1 addition & 1 deletion src/atsphinx/highlightjs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from sphinx.util import logging
from sphinx.util.docutils import SphinxTranslator

__version__ = "0.0.0"
__version__ = "0.1.0"

here = Path(__file__).parent
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 38acac6

Please sign in to comment.