Skip to content

Commit

Permalink
Esbonio Sphinx Extensions Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2021
1 parent fca49e6 commit 60bf33e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/esbonio-extensions/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.1.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}.dev{dev}
{major}.{minor}.{patch}

Expand Down
9 changes: 9 additions & 0 deletions lib/esbonio-extensions/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v0.1.0 - 2021-11-26
-------------------

Features
^^^^^^^^

- Add initial implementation of the ``esbonio.tutorial`` extension. (`#261 <https://github.com/swyddfa/esbonio/issues/261>`_)


v0.0.2 - 2021-06-05
-------------------

Expand Down
1 change: 0 additions & 1 deletion lib/esbonio-extensions/changes/261.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion lib/esbonio-extensions/esbonio/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from sphinx.util.osutil import copyfile
from sphinx.util.osutil import relative_uri

__version__ = "0.0.2"
__version__ = "0.1.0"

logger = getLogger(__name__)
CELL_TYPES = {"markdown": nbf.new_markdown_cell, "code": nbf.new_code_cell}
Expand Down
2 changes: 1 addition & 1 deletion lib/esbonio-extensions/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = esbonio-extensions
version = 0.0.2
version = 0.1.0
description = A collection of Sphinx extensions
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 60bf33e

Please sign in to comment.