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

Skip to content

Commit 1c0eb68

Browse files
committed
release 2.3.1
1 parent c87f27b commit 1c0eb68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IPython/core/release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
_version_major = 2
2323
_version_minor = 3
2424
_version_patch = 1
25-
_version_extra = 'maint'
25+
# _version_extra = 'maint'
2626
# _version_extra = 'rc1'
27-
#_version_extra = '' # Uncomment this for full releases
27+
_version_extra = '' # Uncomment this for full releases
2828

2929
# release.codename is deprecated in 2.0, will be removed in 3.0
3030
codename = ''

IPython/html/static/base/js/namespace.js

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

88
var IPython = IPython || {};
99

10-
IPython.version = "2.4.0-maint";
10+
IPython.version = "2.3.1";
1111

1212
IPython.namespace = function (ns_string) {
1313
"use strict";

0 commit comments

Comments
 (0)