Skip to content

Commit

Permalink
Update version and doc features
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Aug 7, 2021
1 parent e64fed9 commit 3edf585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ theme:
code: Roboto Mono
features:
- navigation.tabs
- navigation.top

nav:
- Usage:
Expand Down
2 changes: 1 addition & 1 deletion pyspelling/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,5 @@ def parse_version(ver):
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(2, 7, 2, "final")
__version_info__ = Version(2, 7, 3, "final")
__version__ = __version_info__._get_canonical()

0 comments on commit 3edf585

Please sign in to comment.