Skip to content

Commit

Permalink
Prep for 4.8.0
Browse files Browse the repository at this point in the history
Apparently I never actually released 4.8.0.
  • Loading branch information
facelessuser committed Jan 18, 2018
1 parent 658bd25 commit eae8de2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/src/dictionary/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ InlineHilite
InlineHilite's
JPEG
JSON
Jan
JavaScript
KBD
KaTeX
Expand Down
7 changes: 3 additions & 4 deletions docs/src/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pymdownx/__version__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit eae8de2

Please sign in to comment.