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

Skip to content

Commit 2d95975

Browse files
committed
release 3.2.1
1 parent 4311a32 commit 2d95975

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

IPython/core/release.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
# release. 'dev' as a _version_extra string means this is a development
2121
# version
2222
_version_major = 3
23-
_version_minor = 3
24-
_version_patch = 0
25-
_version_extra = 'dev'
23+
_version_minor = 2
24+
_version_patch = 1
25+
# _version_extra = 'dev'
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
@@ -4,7 +4,7 @@
44
var IPython = IPython || {};
55
define([], function(){
66
"use strict";
7-
IPython.version = "3.3.0-dev";
7+
IPython.version = "3.2.1";
88
IPython._target = '_blank';
99
return IPython;
1010
});

0 commit comments

Comments
 (0)