We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ef89a commit 2dd99a1Copy full SHA for 2dd99a1
HISTORY.txt
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-0.13.1 (unreleased)
+0.13.1 (2020-02-28)
5
-------------------
6
7
- Fix when no configuration file
ipdb/__main__.py
@@ -10,7 +10,7 @@
10
11
from contextlib import contextmanager
12
13
-__version__ = '0.13.1.dev0'
+__version__ = '0.13.1'
14
15
from IPython import get_ipython
16
from IPython.core.debugger import BdbQuit_excepthook
0 commit comments