Skip to content

Commit

Permalink
Bump version (closes inducer#262 on github)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 13, 2017
1 parent 23f834e commit 0cf5326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pudb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, division, print_function

NUM_VERSION = (2017, 1, 2)
NUM_VERSION = (2017, 1, 3)
VERSION = ".".join(str(nv) for nv in NUM_VERSION)
__version__ = VERSION

Expand Down
3 changes: 3 additions & 0 deletions pudb/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -2120,6 +2120,9 @@ def event_loop(self, toplevel=None):
"\nChanges in version 2017.1.3:\n\n"
"- Add handling of safely_stringify_for_pudb to allow custom \n"
" per-type stringification.\n"
"- Add support for custom shells.\n"
"- Better support for 2-wide characters in the var view.\n"
"- Bug fixes.\n"

"\nChanges in version 2017.1.2:\n\n"
"- Bug fixes.\n"
Expand Down

0 comments on commit 0cf5326

Please sign in to comment.