Skip to content

Commit

Permalink
Bump rc version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Mar 30, 2020
1 parent 7c3e34d commit 4e90de3
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
@@ -1,6 +1,6 @@
# Changelog

## 7.0rc1
## 7.0rc2

Please see [Release Notes](./release.md#upgrading-to-70) for details on upgrading to 7.0.

Expand Down
2 changes: 1 addition & 1 deletion pymdownx/__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(7, 0, 0, "candidate", 1)
__version_info__ = Version(7, 0, 0, "candidate", 2)
__version__ = __version_info__._get_canonical()

0 comments on commit 4e90de3

Please sign in to comment.