From ad79f77ea732eb01a849c1b780a2aba5dbd6b006 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Tue, 3 Mar 2020 12:20:44 +0100 Subject: [PATCH] Preparing release 0.13.2 --- HISTORY.txt | 2 +- ipdb/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 58c0259..f7405e4 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -0.13.2 (unreleased) +0.13.2 (2020-03-03) ------------------- - Remove leftover debug code diff --git a/ipdb/__main__.py b/ipdb/__main__.py index baa47e6..3d7bbb6 100644 --- a/ipdb/__main__.py +++ b/ipdb/__main__.py @@ -10,7 +10,7 @@ from contextlib import contextmanager -__version__ = '0.13.2.dev0' +__version__ = '0.13.2' from IPython import get_ipython from IPython.core.debugger import BdbQuit_excepthook