Skip to content

Commit

Permalink
Getting ready for first Python 3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Apr 10, 2018
1 parent 6201b63 commit 7210936
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ coverage.xml

# Vim swap files
*.swp
.pytest_cache
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Release History
===============

3.0.0 (2018-04-10)
------------------

- Make `gen_utf8` return optionally only BMP characters
(6201b63)
- Don't install tests into the binary distribution
(b291873, @evgeni)
- Use floor division operator in base_repr for Python 3
compatibility (914178a, @gshefer)
- New `gen_octagonal` and `gen_hexadecimal` methods added
(57f5d17, @gshefer)

2.1.0 (2017-03-30)
------------------

Expand Down

0 comments on commit 7210936

Please sign in to comment.