Skip to content

Commit b2baffe

Browse files
committed
Bump version, update changelog, update license
1 parent 2e019f8 commit b2baffe

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2020 Steven Loria
1+
Copyright 2022 Steven Loria
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ MIT licensed. See the bundled `LICENSE <https://github.com/sloria/sphinx-issues/
153153
Changelog
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

sphinx_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from sphinx.config import Config
77
from 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

0 commit comments

Comments
 (0)