diff --git a/docs/src/dictionary/en-custom.txt b/docs/src/dictionary/en-custom.txt index c03ce1c21..22dbf1eb7 100644 --- a/docs/src/dictionary/en-custom.txt +++ b/docs/src/dictionary/en-custom.txt @@ -39,6 +39,7 @@ InlineHilite InlineHilite's JPEG JSON +Jan JavaScript KBD KaTeX diff --git a/docs/src/markdown/changelog.md b/docs/src/markdown/changelog.md index d1f74e6e2..31893e785 100644 --- a/docs/src/markdown/changelog.md +++ b/docs/src/markdown/changelog.md @@ -1,12 +1,11 @@ # Changelog -## 4.8.1 - -- **FIX**: Compatibility changes for next Markdown release. - ## 4.8.0 +Jan 17, 2018 + - **NEW**: Set progress bar class level increments via `progress_increment` instead of using the hard coded value of `20`. +- **FIX**: Compatibility changes for next Markdown release. ## 4.7.0 diff --git a/package.json b/package.json index 3cbb0586b..4d58dcad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pymdown-extensions", - "version": "4.8.1", + "version": "4.8.0", "description": "Extensions for Python Markdown", "repository": "https://github.com/facelessuser/pymdown-extensions.git", "author": "Isaac Muse ", diff --git a/pymdownx/__version__.py b/pymdownx/__version__.py index de4615a42..d786b8d2e 100644 --- a/pymdownx/__version__.py +++ b/pymdownx/__version__.py @@ -1,7 +1,7 @@ """Version.""" # (major, minor, micro, release type, pre-release build, post-release build) -version_info = (4, 8, 1, 'final', 0, 0) +version_info = (4, 8, 0, 'final', 0, 0) def _version():