Skip to content

Commit

Permalink
Prepare release 2.4.1. (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 10, 2021
1 parent 79f41a4 commit 9793d89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2.4.1 (in development)
----------------------
2.4.1 (10 September 2021)
-------------------------

* Gracefully handle textual citations when author or year are missing
(see issue #267, reported by fbkarsdorp).
Expand Down
2 changes: 1 addition & 1 deletion src/sphinxcontrib/bibtex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
app.add_role("footcite", FootCiteRole())

return {
'version': '2.4.1a0',
'version': '2.4.1',
'env_version': 9,
'parallel_read_safe': True,
'parallel_write_safe': True,
Expand Down

0 comments on commit 9793d89

Please sign in to comment.