Skip to content

Commit

Permalink
Bump version, update changelog, update license
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 11, 2022
1 parent 2e019f8 commit b2baffe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 Steven Loria
Copyright 2022 Steven Loria

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ MIT licensed. See the bundled `LICENSE <https://github.com/sloria/sphinx-issues/
Changelog
*********

3.0.0 (unreleased)
3.0.0 (2022-01-10)
------------------

- The `:commit:` role now outputs with an `@` prefix.
Expand All @@ -167,9 +167,6 @@ Changelog
- Test against Python 3.8 to 3.10.
- Add ``:cwe:`` role for linking to CVEs on https://cwe.mitre.org.
Thanks @hugovk for the PR.

1.3.0 (unreleased)
------------------
- Add support for custom urls and separators `Issue #93 <https://github.com/sloria/sphinx-issues/issues/93>`_
- Allow custom titles for all roles `Issue #116 <https://github.com/sloria/sphinx-issues/issues/116>`_
- Added setting `issues_default_group_project` as future replacement of `issues_github_path`, to reflect the now to universal nature of the extension
Expand Down
2 changes: 1 addition & 1 deletion sphinx_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sphinx.config import Config
from sphinx.util.nodes import split_explicit_title

__version__ = "2.0.0"
__version__ = "3.0.0"
__author__ = "Steven Loria"
__license__ = "MIT"

Expand Down

0 comments on commit b2baffe

Please sign in to comment.