Skip to content

Commit

Permalink
Prep for 6.1.0 (#653)
Browse files Browse the repository at this point in the history
Update changelog and version
Remove lint workaround
  • Loading branch information
facelessuser authored Sep 1, 2019
1 parent f2c1cb4 commit cad9196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- **FIX**: Fix GitHub emoji CDN links to use their latest.
- **FIX**: Fix issue where entities in the form `#` would trigger MagicLink's shorthand for issues.
- **FIX**: Don't install tests when installing package.
- **FIX**: Fix for BetterEm case `**Strong*em,strong***`. Similar cases in Critic and Tilde are also adjusted.
- **FIX**: Fixes for non-word character boundary cases in BetterEm, Critic, Mark, and Tilde extensions.
- **FIX**: Fix for BetterEm case `**Strong*em,strong***`.
- **FIX**: Fixes for non-word character boundary cases in BetterEm, Caret, Mark, and Tilde extensions.

## 6.0.0

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


__version_info__ = Version(6, 1, 0, ".dev")
__version_info__ = Version(6, 1, 0, "final")
__version__ = __version_info__._get_canonical()
1 change: 0 additions & 1 deletion requirements/flake8.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
flake8
pydocstyle<4.0.0
flake8_docstrings
pep8-naming
flake8-mutable
Expand Down

0 comments on commit cad9196

Please sign in to comment.