Skip to content

Commit 2dd99a1

Browse files
committed
Preparing release 0.13.1
1 parent 59ef89a commit 2dd99a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.13.1 (unreleased)
4+
0.13.1 (2020-02-28)
55
-------------------
66

77
- Fix when no configuration file

ipdb/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from contextlib import contextmanager
1212

13-
__version__ = '0.13.1.dev0'
13+
__version__ = '0.13.1'
1414

1515
from IPython import get_ipython
1616
from IPython.core.debugger import BdbQuit_excepthook

0 commit comments

Comments
 (0)