File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
# The short X.Y version.
54
54
version = '0.1.2'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '0.1.2alpha0 '
56
+ release = '0.1.2 '
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
(define-package " ein"
2
- " 0.1.2alpha0 "
2
+ " 0.1.2 "
3
3
" Emacs IPython Notebook"
4
4
'((websocket " 0.9" )))
Original file line number Diff line number Diff line change 5
5
; ; Author: Takafumi Arakaki <aka.tkf at gmail.com>
6
6
; ; URL: http://tkf.github.com/emacs-ipython-notebook/
7
7
; ; Keywords: applications, tools
8
- ; ; Version: 0.1.2alpha0
8
+ ; ; Version: 0.1.2
9
9
10
10
; ; This file is NOT part of GNU Emacs.
11
11
42
42
43
43
; ;; Code:
44
44
45
- (defvar ein:version " 0.1.2alpha0 "
45
+ (defvar ein:version " 0.1.2 "
46
46
" Version number for Emacs IPython Notebook (EIN)." )
47
47
48
48
(autoload 'ein:notebooklist-open " ein-notebooklist"
You can’t perform that action at this time.
0 commit comments