Skip to content

Commit

Permalink
minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Aug 26, 2018
1 parent 5bcd2a7 commit eb27ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.5 (unreleased)
1.6.0 (unreleased)
==================

- add ``TerminalWriter.width_of_current_line`` (i18n version of
Expand Down
2 changes: 1 addition & 1 deletion py/_io/terminalwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def chars_on_current_line(self):
def width_of_current_line(self):
"""Return an estimate of the width so far in the current line.
.. versionadded:: 1.5.5
.. versionadded:: 1.6.0
:rtype: int
"""
Expand Down

0 comments on commit eb27ce4

Please sign in to comment.