Skip to content

Commit

Permalink
Bump to 1.0.7 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 14, 2023
1 parent 41c0826 commit 303c7ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 1.0.7 (2023-08-14)
==========================

* Use ``os.PathLike`` over ``pathlib.Path``

Release 1.0.6 (2023-08-09)
==========================

Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/applehelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
SkipProgressMessage, progress_message
)

__version__ = '1.0.6'
__version_info__ = (1, 0, 6)
__version__ = '1.0.7'
__version_info__ = (1, 0, 7)

package_dir = path.abspath(path.dirname(__file__))
template_dir = path.join(package_dir, 'templates')
Expand Down

0 comments on commit 303c7ef

Please sign in to comment.