Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c4f59d

Browse files
committed
release 1.2.1
1 parent 2a49377 commit 9c4f59d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# version
2222
_version_major = 1
2323
_version_minor = 2
24-
_version_patch = 0
24+
_version_patch = 1
2525
# _version_extra = 'dev'
2626
# _version_extra = 'rc1'
2727
_version_extra = '' # Uncomment this for full releases

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
.. note::
7272
7373
This documentation is for a development version of IPython. There may be
74-
significant differences from the latest stable release (1.2.0).
74+
significant differences from the latest stable release (1.2.1).
7575
7676
"""
7777

0 commit comments

Comments
 (0)