Skip to content

Commit

Permalink
Esbonio Sphinx Extensions Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 7, 2021
1 parent 4962052 commit 0f8f102
Show file tree
Hide file tree
Showing 5 changed files with 11 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.0
current_version = 0.0.1
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
7 changes: 7 additions & 0 deletions lib/esbonio-extensions/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
v0.0.1 - 2021-05-07v0.0.1 - 2021-05-07
-------------------

Misc
^^^^

- Initial release (`#146 <https://github.com/swyddfa/esbonio/issues/146>`_)
1 change: 0 additions & 1 deletion lib/esbonio-extensions/changes/146.misc.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 @@ -247,4 +247,4 @@ def setup(app):
app.add_directive(SolutionDirective.NAME, SolutionDirective)
app.add_directive(TutorialDirective.NAME, TutorialDirective)

return {"version": "0.0.0", "parallel_read_safe": True}
return {"version": "0.0.1", "parallel_read_safe": True}
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.0
version = 0.0.1
description = A collection of Sphinx extensions
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 0f8f102

Please sign in to comment.