Skip to content

Commit

Permalink
Prep for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Aug 30, 2017
1 parent 5f3faa3 commit 0b41307
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/extensions/emoji.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ By default, Emoji provides three indexes: `emojione`, `gemoji`, and `twemoji`.
```python
>>> import pymdownx.emoji1_db as e1db
>>> e1db.version
'v3.1.1'
'v3.1.2'
```

!!! warning "EmojiOne Update"
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 = (3, 5, 0, 'final', 0, 0)
version_info = (4, 0, 0, 'final', 0, 0)


def _version():
Expand Down

0 comments on commit 0b41307

Please sign in to comment.