Skip to content

Commit

Permalink
Prep for 2.7.1 release (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser authored Dec 23, 2020
1 parent 785af3a commit 19f4b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.7.1

- **FIX**: Allow camel case option in Aspell.
- **FIX**: Allow camel case options in Aspell.

## 2.7

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


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

0 comments on commit 19f4b67

Please sign in to comment.