mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Bump version to 0.11.0
This commit is contained in:
parent
c7bf4f6521
commit
bdc140e446
4 changed files with 9 additions and 4 deletions
|
@ -51,9 +51,9 @@ copyright = u'2015, John Miller'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.9'
|
||||
version = '0.11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.9.1'
|
||||
release = '0.11'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -566,6 +566,11 @@ everything the log buffer. You can reset the patch and log level with
|
|||
Change Log
|
||||
==========
|
||||
|
||||
v0.11.0
|
||||
-------
|
||||
|
||||
* Add support for creating and restoring checkpoints on the Jupyter server.
|
||||
|
||||
v0.10.0
|
||||
-------
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
:group 'applications
|
||||
:prefix "ein:")
|
||||
|
||||
(defvar ein:version "0.10.1"
|
||||
(defvar ein:version "0.11.0"
|
||||
"Version number for Emacs IPython Notebook (EIN).")
|
||||
|
||||
|
||||
|
|
|
@ -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.10.1
|
||||
;; Version: 0.11.0
|
||||
|
||||
;; This file is NOT part of GNU Emacs.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue