Skip to content

Commit

Permalink
Prepare release 2.2.1. (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed May 16, 2021
1 parent a0f1e11 commit dc5bb47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
2.2.1 (in development)
----------------------
2.2.1 (16 May 2021)
-------------------

* The LaTeX output now uses hyperlink instead of sphinxcite. This fixes
issues with double brackets and other mismatches between LaTeX and
HTML outputs (see issue #244 reported by zhi-wang).

* The setup function now also returns the version of the extension (see
issue #239 reported by lcnittl).

2.2.0 (5 March 2021)
--------------------
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/bibtex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
app.add_role("footcite", FootCiteRole())

return {
'version': '2.2.1a0',
'version': '2.2.1',
'env_version': 7,
'parallel_read_safe': True,
'parallel_write_safe': True,
Expand Down

0 comments on commit dc5bb47

Please sign in to comment.