Skip to content

Commit

Permalink
release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jul 12, 2015
1 parent 4311a32 commit 2d95975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions IPython/core/release.py
Expand Up @@ -20,11 +20,11 @@
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 3
_version_minor = 3
_version_patch = 0
_version_extra = 'dev'
_version_minor = 2
_version_patch = 1
# _version_extra = 'dev'
# _version_extra = 'rc1'
# _version_extra = '' # Uncomment this for full releases
_version_extra = '' # Uncomment this for full releases

# release.codename is deprecated in 2.0, will be removed in 3.0
codename = ''
Expand Down
2 changes: 1 addition & 1 deletion IPython/html/static/base/js/namespace.js
Expand Up @@ -4,7 +4,7 @@
var IPython = IPython || {};
define([], function(){
"use strict";
IPython.version = "3.3.0-dev";
IPython.version = "3.2.1";
IPython._target = '_blank';
return IPython;
});

0 comments on commit 2d95975

Please sign in to comment.