Skip to content

Commit a9897bb

Browse files
committed
master is 3.0.0-dev
1 parent e9b50d5 commit a9897bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IPython/core/release.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# IPython version information. An empty _version_extra corresponds to a full
2020
# release. 'dev' as a _version_extra string means this is a development
2121
# version
22-
_version_major = 2
23-
_version_minor = 1
22+
_version_major = 3
23+
_version_minor = 0
2424
_version_patch = 0
2525
_version_extra = 'dev'
2626
# _version_extra = 'rc1'

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
var IPython = IPython || {};
99

10-
IPython.version = "2.1.0-dev";
10+
IPython.version = "3.0.0-dev";
1111

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

0 commit comments

Comments
 (0)