From dd12f5478d587b19be565e6dd4e3aec40420ddc5 Mon Sep 17 00:00:00 2001 From: Godefroid Chapelle Date: Tue, 13 Dec 2022 16:35:10 +0100 Subject: [PATCH] Preparing release 0.13.11 [skip ci] --- HISTORY.txt | 2 +- ipdb/__main__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 743718a..a9ffd23 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,7 +1,7 @@ Changelog ========= -0.13.11 (unreleased) +0.13.11 (2022-12-13) -------------------- - Better exception handling when looking for config. diff --git a/ipdb/__main__.py b/ipdb/__main__.py index 8a2c4a7..368ec87 100644 --- a/ipdb/__main__.py +++ b/ipdb/__main__.py @@ -10,7 +10,7 @@ from decorator import contextmanager -__version__ = '0.13.11.dev0' +__version__ = '0.13.11' from IPython import get_ipython from IPython.core.debugger import BdbQuit_excepthook