Bump version to 0.11.0

This commit is contained in:
John Miller 2016-10-20 12:28:42 -05:00
parent c7bf4f6521
commit bdc140e446
4 changed files with 9 additions and 4 deletions

View file

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

View file

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

View file

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

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.10.1
;; Version: 0.11.0
;; This file is NOT part of GNU Emacs.