Skip to content

Commit

Permalink
v0.1.1 — Fix PendingDeprecationWarning
Browse files Browse the repository at this point in the history
- Remove a `PendingDeprecationWarning` generated in newer versions of Python 3.5 and 3.6
- More testing infrastructure
- PyPy now supported
  • Loading branch information
jwodder committed May 29, 2017
1 parent 6de4fab commit b2b9d18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.2.0 (in development)
-----------------------
v0.1.1 (2017-05-29)
-------------------
- Remove a ``PendingDeprecationWarning`` generated in newer versions of Python
3.5 and 3.6
- More testing infrastructure
Expand Down
2 changes: 1 addition & 1 deletion linesep.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Visit <https://github.com/jwodder/linesep> for more information.
"""

__version__ = '0.2.0.dev1'
__version__ = '0.1.1'
__author__ = 'John Thorvald Wodder II'
__author_email__ = 'linesep@varonathe.org'
__license__ = 'MIT'
Expand Down

0 comments on commit b2b9d18

Please sign in to comment.