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

Skip to content

Commit be0cc2b

Browse files
committed
release 2.3.0
1 parent 2670b3a commit be0cc2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
_version_patch = 0
2525
_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.3.0-maint";
10+
IPython.version = "2.3.0";
1111

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

0 commit comments

Comments
 (0)