Skip to content

Commit

Permalink
Preparing release 0.13.8
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gotcha committed May 26, 2021
1 parent 68f23f2 commit bcb330e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.13.8 (unreleased)
0.13.8 (2021-05-26)
-------------------

- Fix when `pyproject.toml` does not contain `tool` section.
Expand Down
2 changes: 1 addition & 1 deletion ipdb/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from decorator import contextmanager

__version__ = '0.13.8.dev0'
__version__ = '0.13.8'

from IPython import get_ipython
from IPython.core.debugger import BdbQuit_excepthook
Expand Down

0 comments on commit bcb330e

Please sign in to comment.