Skip to content

Commit

Permalink
Prepare release 2.6.0 (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes authored Aug 24, 2023
1 parent 6b7079c commit 6cf3b50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.6.0 (in development)
2.6.0 (24 August 2023)
----------------------

* Pre- and post-text in citations are now supported for the
Expand All @@ -19,14 +19,18 @@

* Add test for running the extension on Cython modules (see issue #308).

* Add test for running the extension with autoapi (see issue #319).

* Sphinx versions 2.x (and lower) are no longer supported.
New minimum required version of Sphinx is 3.5.

* Running pytest without arguments will now by default skip all marked tests
that require additional dependencies (currently numpydoc, rinohtype, and
cython).

* Python 3.6 is EOL and is therefore no longer officially supported.
* Fix encoding issues when running tests on Windows.

* Sphinx versions 2.x (and lower) are no longer supported.
New minimum required version of Sphinx is 3.5.
* Python 3.6 is EOL and is therefore no longer officially supported.

2.5.0 (22 August 2022)
----------------------
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.0a7",
"version": "2.6.0",
"env_version": 9,
"parallel_read_safe": True,
"parallel_write_safe": True,
Expand Down

0 comments on commit 6cf3b50

Please sign in to comment.