Skip to content

Commit

Permalink
Prep release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 27, 2023
1 parent 5632593 commit a2018dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.6.1 (in development)
2.6.1 (27 August 2023)
----------------------

* The ``:cite:alp:`` role in the super style now also suppresses the sup tag
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 @@ -50,7 +50,7 @@ def setup(app: Sphinx) -> Dict[str, Any]:
app.add_role("footcite", FootCiteRole())

return {
"version": "2.6.1a3",
"version": "2.6.1",
"env_version": 9,
"parallel_read_safe": True,
"parallel_write_safe": True,
Expand Down

0 comments on commit a2018dd

Please sign in to comment.