Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 21, 2014
1 parent 2946b29 commit 681fd77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions IPython/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
_version_major = 2
_version_minor = 1
_version_patch = 0
_version_extra = 'maint'
# _version_extra = 'maint'
# _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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

var IPython = IPython || {};

IPython.version = "2.1.0-maint";
IPython.version = "2.1.0";

IPython.namespace = function (ns_string) {
"use strict";
Expand Down

0 comments on commit 681fd77

Please sign in to comment.