Preparing for a version bump.

This commit is contained in:
John Miller 2017-02-16 09:19:40 -06:00
parent 58d8142d0a
commit 06fbab9058
5 changed files with 9 additions and 7 deletions

View file

@ -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.

View file

@ -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).")

View file

@ -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."

View file

@ -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")))

View file

@ -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.