Skip to content

Commit

Permalink
release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 9, 2015
1 parent 9e1f4b4 commit af17558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IPython/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
_version_major = 2
_version_minor = 4
_version_patch = 1
_version_extra = 'maint'
_version_extra = ''
# _version_extra = 'rc1'
#_version_extra = '' # Uncomment this for full releases

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.4.1-maint";
IPython.version = "2.4.1";

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

0 comments on commit af17558

Please sign in to comment.