mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Preparing for a version bump.
This commit is contained in:
parent
58d8142d0a
commit
06fbab9058
5 changed files with 9 additions and 7 deletions
|
@ -51,9 +51,9 @@ copyright = u'2017, John Miller'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.12'
|
||||
version = '0.13'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.12.1'
|
||||
release = '0.13.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
:group 'applications
|
||||
:prefix "ein:")
|
||||
|
||||
(defvar ein:version "0.12.1"
|
||||
(defvar ein:version "0.13.0"
|
||||
"Version number for Emacs IPython Notebook (EIN).")
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'ein-core)
|
||||
(require 'ein-notebooklist)
|
||||
|
||||
(defcustom ein:jupyter-server-buffer-name "*ein:jupyter-server*"
|
||||
"The name of the buffer to run a jupyter notebook server
|
||||
session in."
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
(define-package "ein"
|
||||
"0.12.1"
|
||||
"0.13.0"
|
||||
"Emacs IPython Notebook"
|
||||
'((websocket "1.5")
|
||||
(request "0.2")
|
||||
(cl-generic "0.2")
|
||||
(dash "2.13.0")))
|
||||
(cl-generic "0.2")))
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
;; Author: John Miller <millejoh at millejoh.com>, Takafumi Arakaki <aka.tkf at gmail.com>
|
||||
;; URL: http://millejoh.github.io/emacs-ipython-notebook/
|
||||
;; Keywords: applications, tools
|
||||
;; Version: 0.12.1
|
||||
;; Version: 0.13.0
|
||||
|
||||
;; This file is NOT part of GNU Emacs.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue