File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Copyright 2020 Steven Loria
1+ Copyright 2022 Steven Loria
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ MIT licensed. See the bundled `LICENSE <https://github.com/sloria/sphinx-issues/
153153Changelog
154154*********
155155
156- 3.0.0 (unreleased )
156+ 3.0.0 (2022-01-10 )
157157------------------
158158
159159- The `:commit: ` role now outputs with an `@ ` prefix.
@@ -167,9 +167,6 @@ Changelog
167167- Test against Python 3.8 to 3.10.
168168- Add ``:cwe: `` role for linking to CVEs on https://cwe.mitre.org.
169169 Thanks @hugovk for the PR.
170-
171- 1.3.0 (unreleased)
172- ------------------
173170- Add support for custom urls and separators `Issue #93 <https://github.com/sloria/sphinx-issues/issues/93 >`_
174171- Allow custom titles for all roles `Issue #116 <https://github.com/sloria/sphinx-issues/issues/116 >`_
175172- Added setting `issues_default_group_project ` as future replacement of `issues_github_path `, to reflect the now to universal nature of the extension
Original file line number Diff line number Diff line change 66from sphinx .config import Config
77from sphinx .util .nodes import split_explicit_title
88
9- __version__ = "2 .0.0"
9+ __version__ = "3 .0.0"
1010__author__ = "Steven Loria"
1111__license__ = "MIT"
1212
You can’t perform that action at this time.
0 commit comments