Skip to content

Commit

Permalink
Back to development: 0.13.12
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
gotcha committed Dec 13, 2022
1 parent dd12f54 commit a67e62f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.13.12 (unreleased)
--------------------

- Nothing changed yet.


0.13.11 (2022-12-13)
--------------------

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.11'
__version__ = '0.13.12.dev0'

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

0 comments on commit a67e62f

Please sign in to comment.