Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Aug 23, 2012
1 parent 291985c commit 09a2b63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# The short X.Y version.
version = '0.1.2'
# The full version, including alpha/beta/rc tags.
release = '0.1.2alpha0'
release = '0.1.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion lisp/ein-pkg.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(define-package "ein"
"0.1.2alpha0"
"0.1.2"
"Emacs IPython Notebook"
'((websocket "0.9")))
4 changes: 2 additions & 2 deletions lisp/ein.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
;; URL: http://tkf.github.com/emacs-ipython-notebook/
;; Keywords: applications, tools
;; Version: 0.1.2alpha0
;; Version: 0.1.2

;; This file is NOT part of GNU Emacs.

Expand Down Expand Up @@ -42,7 +42,7 @@

;;; Code:

(defvar ein:version "0.1.2alpha0"
(defvar ein:version "0.1.2"
"Version number for Emacs IPython Notebook (EIN).")

(autoload 'ein:notebooklist-open "ein-notebooklist"
Expand Down

0 comments on commit 09a2b63

Please sign in to comment.