8000 Bump to 0.1.2 · tkf/emacs-ipython-notebook@09a2b63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 09a2b63

Browse files
committed
Bump to 0.1.2
1 parent 291985c commit 09a2b63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# The short X.Y version.
5454
version = '0.1.2'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.1.2alpha0'
56+
release = '0.1.2'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

lisp/ein-pkg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(define-package "ein"
2-
"0.1.2alpha0"
2+
"0.1.2"
33
"Emacs IPython Notebook"
44
'((websocket "0.9")))

lisp/ein.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Takafumi Arakaki <aka.tkf at gmail.com>
66
;; URL: http://tkf.github.com/emacs-ipython-notebook/
77
;; Keywords: applications, tools
8-
;; Version: 0.1.2alpha0
8+
;; Version: 0.1.2
99

1010
;; This file is NOT part of GNU Emacs.
1111

@@ -42,7 +42,7 @@
4242

4343
;;; Code:
4444

45-
(defvar ein:version "0.1.2alpha0"
45+
(defvar ein:version "0.1.2"
4646
"Version number for Emacs IPython Notebook (EIN).")
4747

4848
(autoload 'ein:notebooklist-open "ein-notebooklist"

0 commit comments

Comments
 (0)
0