Skip to content

Commit

Permalink
Bump to 6.1.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 5, 2023
1 parent a2176d4 commit 4e1004a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGES
@@ -1,5 +1,5 @@
Release 6.1.0 (in development)
==============================
Release 6.1.0 (released Jan 05, 2023)
=====================================

Dependencies
------------
Expand Down Expand Up @@ -65,9 +65,6 @@ Bugs fixed
* #11074: LaTeX: Can't change sphinxnote to use sphinxheavybox starting with
5.1.0

Testing
--------

Release 6.0.1 (released Jan 05, 2023)
=====================================

Expand Down
4 changes: 2 additions & 2 deletions sphinx/__init__.py
Expand Up @@ -19,7 +19,7 @@
warnings.filterwarnings('ignore', 'The frontend.Option class .*',
DeprecationWarning, module='docutils.frontend')

__version__ = '6.0.1'
__version__ = '6.1.0'
__display_version__ = __version__ # used for command line version

#: Version info for better programmatic use.
Expand All @@ -30,7 +30,7 @@
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (6, 0, 1, 'final', 0)
version_info = (6, 1, 0, 'final', 0)

package_dir = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 4e1004a

Please sign in to comment.