Skip to content

Commit

Permalink
Include Unicode 11 zip (#87)
Browse files Browse the repository at this point in the history
* Include Unicode 11 zip

* Changes for mkdocs 1.0
  • Loading branch information
facelessuser authored Aug 10, 2018
1 parent a20d97d commit a1ba66e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backrefs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Backrefs package."""

# (major, minor, micro, release type, pre-release build, post-release build)
version_info = (3, 5, 1, 'final', 0, 0)
version_info = (3, 5, 2, 'final', 0, 0)


def _version():
Expand Down
4 changes: 4 additions & 0 deletions docs/src/markdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.5.2

- **FIX**: Include zip for Unicode 11 (Python 3.7) to make installation more reliable.

## 3.5.1

Jun 3, 2018
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ theme:
feature:
tabs: true

pages:
nav:
- User Guide: index.md
- Installation: installation.md
- Contributing & Support: contributing.md
Expand Down
Binary file added tools/unicodedata/11.0.0.zip
Binary file not shown.

0 comments on commit a1ba66e

Please sign in to comment.