File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.1
2+ current_version = 0.2.2
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(.dev(?P<dev>\d+))?
Original file line number Diff line number Diff line change 1+ v0.2.2 - 2022-11-05
2+ -------------------
3+
4+ Misc
5+ ^^^^
6+
7+ - Fix broken release pipeline (`#480 <https://github.com/swyddfa/esbonio/issues/480 >`_)
8+
9+
110v0.2.1 - 2022-11-05
211-------------------
312
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99from sphinx .util .nodes import make_id
1010from sphinx .util .nodes import nested_parse_with_titles
1111
12- __version__ = "0.2.1 "
12+ __version__ = "0.2.2 "
1313
1414
1515class relevant_to_script (nodes .Element ):
Original file line number Diff line number Diff line change 2222from sphinx .util .osutil import copyfile
2323from sphinx .util .osutil import relative_uri
2424
25- __version__ = "0.2.1 "
25+ __version__ = "0.2.2 "
2626
2727logger = getLogger (__name__ )
2828CELL_TYPES = {"markdown" : nbf .new_markdown_cell , "code" : nbf .new_code_cell }
Original file line number Diff line number Diff line change 11[metadata]
22name = esbonio-extensions
3- version = 0.2.1
3+ version = 0.2.2
44description = A collection of Sphinx extensions
55long_description = file:README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments