Skip to content

Commit

Permalink
Bump to 1.0.6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 13, 2024
1 parent e1b6475 commit 3061e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 1.0.6 (unreleased)
Release 1.0.6 (2024-01-13)
==========================

* Remove Sphinx as a required dependency, as circular dependencies may cause
Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/qthelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from sphinx.util.template import SphinxRenderer


__version__ = '1.0.5'
__version_info__ = (1, 0, 5)
__version__ = '1.0.6'
__version_info__ = (1, 0, 6)

logger = logging.getLogger(__name__)
package_dir = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 3061e9b

Please sign in to comment.